summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPat Notz <patnotz@gmail.com>2010-09-16 20:53:23 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-09-27 17:42:11 (GMT)
commit4af3fab06e41d031ccb2b948ddd7c73159dd9d49 (patch)
treedaa6d916047104bd2ed8e733692c1b4d7d1826e4
parent9027fa9eb7df606b6658dd48a40bb993ce222ddd (diff)
downloadgit-4af3fab06e41d031ccb2b948ddd7c73159dd9d49.zip
git-4af3fab06e41d031ccb2b948ddd7c73159dd9d49.tar.gz
git-4af3fab06e41d031ccb2b948ddd7c73159dd9d49.tar.bz2
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/strbuf.h b/strbuf.h
index fac2dbc..675a91f 100644
--- a/strbuf.h
+++ b/strbuf.h
@@ -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