2009/2/4 Guanqun Lu <guanqun.lu@xxxxxxxxx>: > Signed-off-by: Guanqun Lu <guanqun.lu@xxxxxxxxx> > --- > Documentation/technical/api-strbuf.txt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/Documentation/technical/api-strbuf.txt b/Documentation/technical/api-strbuf.txt > index 9a4e3ea..ac56d1c 100644 > --- a/Documentation/technical/api-strbuf.txt > +++ b/Documentation/technical/api-strbuf.txt > @@ -21,7 +21,7 @@ allocated memory or not), use `strbuf_detach()` to unwrap a memory > buffer from its strbuf shell in a safe way. That is the sole supported > way. This will give you a malloced buffer that you can later `free()`. > + > -However, it it totally safe to modify anything in the string pointed by > +However, it is totally safe to modify anything in the string pointed by > the `buf` member, between the indices `0` and `len-1` (inclusive). > > . The `buf` member is a byte array that has at least `len + 1` bytes Shouldn't that be "the string pointed >>at<< by" too? -- Mikael Magnusson -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html