Code

strbuf.h: fix comment typo
authorPat Notz <patnotz@gmail.com>
Thu, 16 Sep 2010 20:53:23 +0000 (14:53 -0600)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Sep 2010 17:42:11 +0000 (10:42 -0700)
Signed-off-by: Pat Notz <patnotz@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
strbuf.h

index fac2dbc24fc654e58840727204043a198d065921..675a91f93821421aa79de51857b22a4960da8ec1 100644 (file)
--- 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