X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=builtin-blame.c;h=9b4c02e87f7ef4a20d269ab9315b6977cf7fb3fb;hb=790296fd8863d649054096191d33bacbbf5c2115;hp=d98caaf2171a9e91c44f47a8519446546b3b02b8;hpb=698a68be7b0df6dd8d0880e0e2167cad8688a6ad;p=thirdparty%2Fgit.git diff --git a/builtin-blame.c b/builtin-blame.c index d98caaf217..9b4c02e87f 100644 --- a/builtin-blame.c +++ b/builtin-blame.c @@ -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. */