mirror of
https://github.com/git/git.git
synced 2024-11-23 18:05:29 +08:00
strbuf.h: fix comment typo
Signed-off-by: Pat Notz <patnotz@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
9027fa9eb7
commit
4af3fab06e
2
strbuf.h
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user