From: Allan Caffee Date: Mon, 13 Apr 2009 18:11:21 +0000 (-0400) Subject: Documentation: fix a grammatical error in api-builtin.txt X-Git-Tag: v1.6.3-rc4~6^2~1^2^2~1 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d649048e68f2f5d59f6f961839c9e9772743a505;p=git.git Documentation: fix a grammatical error in api-builtin.txt Signed-off-by: Allan Caffee Signed-off-by: Junio C Hamano --- diff --git a/Documentation/technical/api-builtin.txt b/Documentation/technical/api-builtin.txt index 7ede1e64e..5cb2b0590 100644 --- a/Documentation/technical/api-builtin.txt +++ b/Documentation/technical/api-builtin.txt @@ -37,7 +37,7 @@ where options is the bitwise-or of: Make sure there is a work tree, i.e. the command cannot act on bare repositories. - This makes only sense when `RUN_SETUP` is also set. + This only makes sense when `RUN_SETUP` is also set. . Add `builtin-foo.o` to `BUILTIN_OBJS` in `Makefile`.