From 945af9fb48f5e5be490e4cbfdb654fad24f705aa Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Tue, 12 Aug 2014 21:35:48 +0000 Subject: typo in comment; Guy Harris --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c0233e44..bdc83a6d 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ VERSION = 1.13.1 # putwchar()) AND has __STDC_ISO_10646__ (that is, wchar_t is simply a # UCS-4 value) should you define USE_WCHAR. If you define it and your # system DOESN'T support this, -Tlocale will produce garbage. -# If you don't define it, -Tlocale is a synonym for -Tacsii. +# If you don't define it, -Tlocale is a synonym for -Tascii. # CFLAGS += -DUSE_WCHAR -- cgit