summaryrefslogtreecommitdiffstats
path: root/Documentation/technical/api-strbuf.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-02-04 09:12:19 +0100
committerJunio C Hamano <gitster@pobox.com>2009-02-04 09:12:19 +0100
commitb63bc0bc3152ca42ba1c9fa9bed73da061beeca2 (patch)
tree709ceb2c6c62fa58f4d694599374ef10ac305cfe /Documentation/technical/api-strbuf.txt
parentbash: offer to show (un)staged changes (diff)
parentMerge branch 'maint-1.6.0' into maint (diff)
downloadgit-b63bc0bc3152ca42ba1c9fa9bed73da061beeca2.tar.xz
git-b63bc0bc3152ca42ba1c9fa9bed73da061beeca2.zip
Merge branch 'maint'
* maint: User-manual: "git stash <comment>" form is long gone add test-dump-cache-tree in Makefile fix typo in Documentation apply: fix access to an uninitialized mode variable, found by valgrind Conflicts: Makefile
Diffstat (limited to 'Documentation/technical/api-strbuf.txt')
-rw-r--r--Documentation/technical/api-strbuf.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/api-strbuf.txt b/Documentation/technical/api-strbuf.txt
index 9a4e3ea92c..ac56d1c477 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