We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9027fa9 commit 4af3fabCopy full SHA for 4af3fab
strbuf.h
@@ -16,7 +16,7 @@
16
*
17
* 2. the ->buf member is a byte array that has at least ->len + 1 bytes
18
* 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
+ * member to be a valid C-string. Every strbuf function ensures this
20
* invariant is preserved.
21
22
* Note that it is OK to "play" with the buffer directly if you work it
0 commit comments