diff options
author | Jim Meyering <jim@meyering.net> | 2008-01-03 15:18:07 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-01-03 09:15:17 -0800 |
commit | 790296fd8863d649054096191d33bacbbf5c2115 (patch) | |
tree | cdcd2549cfa71e3463ab1757aa1db1ad3b7188dc /sha1_file.c | |
parent | 698a68be7b0df6dd8d0880e0e2167cad8688a6ad (diff) | |
download | git-790296fd8863d649054096191d33bacbbf5c2115.tar.gz git-790296fd8863d649054096191d33bacbbf5c2115.tar.xz |
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>
Diffstat (limited to 'sha1_file.c')
-rw-r--r-- | sha1_file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sha1_file.c b/sha1_file.c index b0c24356a..6583797ce 100644 --- a/sha1_file.c +++ b/sha1_file.c @@ -148,7 +148,7 @@ static void fill_sha1_path(char *pathbuf, const unsigned char *sha1) /* * NOTE! This returns a statically allocated buffer, so you have to be - * careful about using it. Do a "xstrdup()" if you need to save the + * careful about using it. Do an "xstrdup()" if you need to save the * filename. * * Also note that this returns the location for creating. Reading |