diff options
author | Jakub Narebski <jnareb@gmail.com> | 2006-08-04 17:55:58 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-08-04 11:53:13 -0700 |
commit | 465e649d0c62847fd5cca212766e1a01183baeef (patch) | |
tree | a30049dfdeac6f37b10749e6c68efd430308e5b5 /Makefile | |
parent | 656517b9ef5cf443f72110dcd56b15825bc7f1ef (diff) | |
download | git-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. # |