Fix grammar nits in documentation and in code comments.
Signed-off-by: Jim Meyering <meyering@redhat.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
698a68be7b
commit
790296fd88
@ -606,7 +606,7 @@ static void add_blame_entry(struct scoreboard *sb, struct blame_entry *e)
|
||||
|
||||
/*
|
||||
* src typically is on-stack; we want to copy the information in it to
|
||||
* an malloced blame_entry that is already on the linked list of the
|
||||
* a malloced blame_entry that is already on the linked list of the
|
||||
* scoreboard. The origin of dst loses a refcnt while the origin of src
|
||||
* gains one.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user