Skip to content

Commit

Permalink
strbuf.h: fix comment typo
Browse files Browse the repository at this point in the history
Signed-off-by: Pat Notz <patnotz@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Pat Notz authored and Junio C Hamano committed Sep 27, 2010
1 parent 9027fa9 commit 4af3fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strbuf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4af3fab

Please sign in to comment.