From b420a48fd0fb421dd84caf9dc10cbd6192ca7509 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Tue, 12 Aug 2014 21:37:42 +0000 Subject: typo in comment; Guy Harris --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ab452afa..5c8559ab 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ VERSION = 1.12.4 # 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