X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=strbuf.h;h=eaa8704d5fa6e85d33953db77dd03de3cb462df4;hb=8146f19762c8fd67f6df3da4ba87a4e5ea880909;hp=9ee908a3ec5d4d5329385bc10cdd676f703c0c1f;hpb=2d430c713372fc21f9acf1d8b745e7f4fbbe336c;p=git.git diff --git a/strbuf.h b/strbuf.h index 9ee908a3e..eaa8704d5 100644 --- a/strbuf.h +++ b/strbuf.h @@ -11,7 +11,7 @@ * build complex strings/buffers whose final size isn't easily known. * * It is NOT legal to copy the ->buf pointer away. - * `strbuf_detach' is the operation that detachs a buffer from its shell + * `strbuf_detach' is the operation that detaches a buffer from its shell * while keeping the shell valid wrt its invariants. * * 2. the ->buf member is a byte array that has at least ->len + 1 bytes