X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=ident.c;h=b839dcf5f085a94080e1f7891f3fb40ed151a394;hb=f124e986cf19e8f36895ae474d50f8d389e73d02;hp=892d77ac9366978fcb172e0d258410f271631012;hpb=9b433e44964202befd175f1f28687067b8bd058f;p=git.git diff --git a/ident.c b/ident.c index 892d77ac9..b839dcf5f 100644 --- a/ident.c +++ b/ident.c @@ -152,7 +152,7 @@ static int copy(char *buf, size_t size, int offset, const char *src) /* * Copy the rest to the buffer, but avoid the special * characters '\n' '<' and '>' that act as delimiters on - * a identification line + * an identification line */ for (i = 0; i < len; i++) { c = *src++;