Skip to content

Commit 4af3fab

Browse files
patnotzgitster
authored andcommitted
strbuf.h: fix comment typo
Signed-off-by: Pat Notz <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 9027fa9 commit 4af3fab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

strbuf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* 2. the ->buf member is a byte array that has at least ->len + 1 bytes
1818
* allocated. The extra byte is used to store a '\0', allowing the ->buf
19-
* member to be a valid C-string. Every strbuf function ensure this
19+
* member to be a valid C-string. Every strbuf function ensures this
2020
* invariant is preserved.
2121
*
2222
* Note that it is OK to "play" with the buffer directly if you work it

0 commit comments

Comments
 (0)