[PATCH 2/2] strbuf.h: fix comment typo

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Pat Notz
Date: Thursday, September 16, 2010 - 1:53 pm

Signed-off-by: Pat Notz <patnotz@gmail.com>
---
 strbuf.h |    2 +-
 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
-- 
1.7.2.3


--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 2/2] strbuf.h: fix comment typo, Pat Notz, (Thu Sep 16, 1:53 pm)
Re: [PATCH 1/2] dir.c: fix uninitialized memory warning, Ævar Arnfjörð Bjarmason, (Thu Sep 16, 4:13 pm)
Re: [PATCH 1/2] dir.c: fix uninitialized memory warning, Nguyen Thai Ngoc Duy, (Thu Sep 16, 4:26 pm)
Re: [PATCH 1/2] dir.c: fix uninitialized memory warning, Nguyen Thai Ngoc Duy, (Thu Sep 16, 6:04 pm)