Skip to content

Commit a9d98a1

Browse files
Felipe Contrerasgitster
authored andcommitted
sha1_file.c: fix typo
it's != its Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 9ccb3bc commit a9d98a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sha1_file.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ unsigned char* use_pack(struct packed_git *p,
801801
if (p->pack_fd == -1 && open_packed_git(p))
802802
die("packfile %s cannot be accessed", p->pack_name);
803803

804-
/* Since packfiles end in a hash of their content and its
804+
/* Since packfiles end in a hash of their content and it's
805805
* pointless to ask for an offset into the middle of that
806806
* hash, and the in_window function above wouldn't match
807807
* don't allow an offset too close to the end of the file.

0 commit comments

Comments
 (0)