From: Guanqun Lu Date: Wed, 4 Feb 2009 21:00:40 +0000 (+0800) Subject: fix typo in Documentation X-Git-Tag: v1.6.1.3~1^2~6 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c9a8abcf9a9997d463a6a05668fd9a90a26df1f2;p=git.git fix typo in Documentation Signed-off-by: Guanqun Lu Signed-off-by: Junio C Hamano --- diff --git a/Documentation/technical/api-strbuf.txt b/Documentation/technical/api-strbuf.txt index a9668e5f2..4242dc014 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