diff options
author | Pat Notz <patnotz@gmail.com> | 2010-09-16 14:53:23 -0600 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-09-27 10:42:11 -0700 |
commit | 4af3fab06e41d031ccb2b948ddd7c73159dd9d49 (patch) | |
tree | daa6d916047104bd2ed8e733692c1b4d7d1826e4 | |
parent | git-stash: fix flag parsing (diff) | |
download | tgif-4af3fab06e41d031ccb2b948ddd7c73159dd9d49.tar.xz |
strbuf.h: fix comment typo
Signed-off-by: Pat Notz <patnotz@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | strbuf.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ * * 2. the ->buf member is a byte array that has at least ->len + 1 bytes * allocated. The extra byte is used to store a '\0', allowing the ->buf - * member to be a valid C-string. Every strbuf function ensure this + * member to be a valid C-string. Every strbuf function ensures this * invariant is preserved. * * Note that it is OK to "play" with the buffer directly if you work it |