X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=strbuf.h;h=675a91f93821421aa79de51857b22a4960da8ec1;hb=385cc9d8c44eb5be9d57e630129752a72c0a08c8;hp=fac2dbc24fc654e58840727204043a198d065921;hpb=d16a5dafdcec037631a5453ca7923992ce27a151;p=git.git diff --git a/strbuf.h b/strbuf.h index fac2dbc24..675a91f93 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