aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJakub Narebski <jnareb@gmail.com>2006-08-04 17:55:58 +0200
committerJunio C Hamano <junkio@cox.net>2006-08-04 11:53:13 -0700
commit465e649d0c62847fd5cca212766e1a01183baeef (patch)
treea30049dfdeac6f37b10749e6c68efd430308e5b5 /Makefile
parent656517b9ef5cf443f72110dcd56b15825bc7f1ef (diff)
downloadgit-465e649d0c62847fd5cca212766e1a01183baeef.tar.gz
git-465e649d0c62847fd5cca212766e1a01183baeef.tar.xz
autoconf: Typo cleanup, reordering etc.
Signed-off-by: Jakub Narebski <jnareb@gmail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 700c77f56..ae4c0f2d9 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ all:
# Define NO_C99_FORMAT if your formatted IO functions (printf/scanf et.al.)
# do not support the 'size specifiers' introduced by C99, namely ll, hh,
# j, z, t. (representing long long int, char, intmax_t, size_t, ptrdiff_t).
-# some c compilers supported these specifiers prior to C99 as an extension.
+# some C compilers supported these specifiers prior to C99 as an extension.
#
# Define NO_STRCASESTR if you don't have strcasestr.
#