From 047f295fac7b5b119de318ba0fb786a2edff0f47 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Tue, 1 Dec 2020 21:23:04 +0100 Subject: [PATCH] Typos. --- builds/ansi/ansi-def.mk | 2 +- builds/beos/beos-def.mk | 2 +- builds/compiler/ansi-cc.mk | 2 +- builds/compiler/bcc-dev.mk | 2 +- builds/compiler/bcc.mk | 2 +- builds/compiler/emx.mk | 2 +- builds/compiler/gcc-dev.mk | 2 +- builds/compiler/gcc.mk | 2 +- builds/compiler/intelc.mk | 2 +- builds/compiler/unix-lcc.mk | 2 +- builds/compiler/visualc.mk | 2 +- builds/compiler/watcom.mk | 2 +- builds/compiler/win-lcc.mk | 2 +- builds/unix/unix-cc.in | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/builds/ansi/ansi-def.mk b/builds/ansi/ansi-def.mk index 9642098da..f8d4ab65d 100644 --- a/builds/ansi/ansi-def.mk +++ b/builds/ansi/ansi-def.mk @@ -64,7 +64,7 @@ T := -o$(space) # # These should concern: debug output, optimization & warnings. # -# Use the ANSIFLAGS variable to define the compiler flags used to enfore +# Use the ANSIFLAGS variable to define the compiler flags used to enforce # ANSI compliance. # CFLAGS ?= -c diff --git a/builds/beos/beos-def.mk b/builds/beos/beos-def.mk index 5ae7ed8fd..07b7711f6 100644 --- a/builds/beos/beos-def.mk +++ b/builds/beos/beos-def.mk @@ -66,7 +66,7 @@ T := -o$(space) # # These should concern: debug output, optimization & warnings. # -# Use the ANSIFLAGS variable to define the compiler flags used to enfore +# Use the ANSIFLAGS variable to define the compiler flags used to enforce # ANSI compliance. # CFLAGS ?= -c diff --git a/builds/compiler/ansi-cc.mk b/builds/compiler/ansi-cc.mk index 78b13a490..fd1dacc4d 100644 --- a/builds/compiler/ansi-cc.mk +++ b/builds/compiler/ansi-cc.mk @@ -59,7 +59,7 @@ T := -o$(space) # # These should concern: debug output, optimization & warnings. # -# Use the ANSIFLAGS variable to define the compiler flags used to enfore +# Use the ANSIFLAGS variable to define the compiler flags used to enforce # ANSI compliance. # CFLAGS ?= -c diff --git a/builds/compiler/bcc-dev.mk b/builds/compiler/bcc-dev.mk index 5f6f161c7..06227d4cd 100644 --- a/builds/compiler/bcc-dev.mk +++ b/builds/compiler/bcc-dev.mk @@ -60,7 +60,7 @@ TE := -e # # These should concern: debug output, optimization & warnings. # -# Use the ANSIFLAGS variable to define the compiler flags used to enfore +# Use the ANSIFLAGS variable to define the compiler flags used to enforce # ANSI compliance. # CFLAGS ?= -q -c -y -d -v -Od -w-par -w-ccc -w-rch -w-pro -w-aus diff --git a/builds/compiler/bcc.mk b/builds/compiler/bcc.mk index f5e2e8a8d..6ec6709ba 100644 --- a/builds/compiler/bcc.mk +++ b/builds/compiler/bcc.mk @@ -60,7 +60,7 @@ TE := -e # # These should concern: debug output, optimization & warnings. # -# Use the ANSIFLAGS variable to define the compiler flags used to enfore +# Use the ANSIFLAGS variable to define the compiler flags used to enforce # ANSI compliance. # CFLAGS ?= -c -q -y -d -v -Od -w-par -w-ccc -w-rch -w-pro -w-aus diff --git a/builds/compiler/emx.mk b/builds/compiler/emx.mk index bbb76049a..9de0c1b7e 100644 --- a/builds/compiler/emx.mk +++ b/builds/compiler/emx.mk @@ -58,7 +58,7 @@ T := -o$(space) # # These should concern: debug output, optimization & warnings. # -# Use the ANSIFLAGS variable to define the compiler flags used to enfore +# Use the ANSIFLAGS variable to define the compiler flags used to enforce # ANSI compliance. # CFLAGS ?= -c -g -O6 -Wall diff --git a/builds/compiler/gcc-dev.mk b/builds/compiler/gcc-dev.mk index 95b5f50de..0ccd1161d 100644 --- a/builds/compiler/gcc-dev.mk +++ b/builds/compiler/gcc-dev.mk @@ -59,7 +59,7 @@ T := -o$(space) # # These should concern: debug output, optimization & warnings. # -# Use the ANSIFLAGS variable to define the compiler flags used to enfore +# Use the ANSIFLAGS variable to define the compiler flags used to enforce # ANSI compliance. # ifndef CFLAGS diff --git a/builds/compiler/gcc.mk b/builds/compiler/gcc.mk index 63cd93b26..c1dcef5ab 100644 --- a/builds/compiler/gcc.mk +++ b/builds/compiler/gcc.mk @@ -58,7 +58,7 @@ T := -o$(space) # # These should concern: debug output, optimization & warnings. # -# Use the ANSIFLAGS variable to define the compiler flags used to enfore +# Use the ANSIFLAGS variable to define the compiler flags used to enforce # ANSI compliance. # CFLAGS ?= -c -g -O3 -Wall diff --git a/builds/compiler/intelc.mk b/builds/compiler/intelc.mk index b3c69b041..fb2e1c656 100644 --- a/builds/compiler/intelc.mk +++ b/builds/compiler/intelc.mk @@ -61,7 +61,7 @@ TE := /Fe # # These should concern: debug output, optimization & warnings. # -# Use the ANSIFLAGS variable to define the compiler flags used to enfore +# Use the ANSIFLAGS variable to define the compiler flags used to enforce # ANSI compliance. # # Note that the Intel C/C++ compiler version 4.5 complains about diff --git a/builds/compiler/unix-lcc.mk b/builds/compiler/unix-lcc.mk index 26f8e7b7b..8cad15ba3 100644 --- a/builds/compiler/unix-lcc.mk +++ b/builds/compiler/unix-lcc.mk @@ -60,7 +60,7 @@ T := -o$(space) # # These should concern: debug output, optimization & warnings. # -# Use the ANSIFLAGS variable to define the compiler flags used to enfore +# Use the ANSIFLAGS variable to define the compiler flags used to enforce # ANSI compliance. # CFLAGS ?= -c -g diff --git a/builds/compiler/visualc.mk b/builds/compiler/visualc.mk index a9cf71d8e..2a7eb525b 100644 --- a/builds/compiler/visualc.mk +++ b/builds/compiler/visualc.mk @@ -63,7 +63,7 @@ TE := /Fe # # These should concern: debug output, optimization & warnings. # -# Use the ANSIFLAGS variable to define the compiler flags used to enfore +# Use the ANSIFLAGS variable to define the compiler flags used to enforce # ANSI compliance. # CFLAGS ?= /nologo /c /Ox /W3 /WX diff --git a/builds/compiler/watcom.mk b/builds/compiler/watcom.mk index 43a9e0668..0e6ef4ff2 100644 --- a/builds/compiler/watcom.mk +++ b/builds/compiler/watcom.mk @@ -60,7 +60,7 @@ T := -FO= # # These should concern: debug output, optimization & warnings. # -# Use the ANSIFLAGS variable to define the compiler flags used to enfore +# Use the ANSIFLAGS variable to define the compiler flags used to enforce # ANSI compliance. # CFLAGS ?= -zq diff --git a/builds/compiler/win-lcc.mk b/builds/compiler/win-lcc.mk index 00d9d31da..7857dc148 100644 --- a/builds/compiler/win-lcc.mk +++ b/builds/compiler/win-lcc.mk @@ -60,7 +60,7 @@ T := -Fo # # These should concern: debug output, optimization & warnings. # -# Use the ANSIFLAGS variable to define the compiler flags used to enfore +# Use the ANSIFLAGS variable to define the compiler flags used to enforce # ANSI compliance. # CFLAGS ?= -c -g2 -O diff --git a/builds/unix/unix-cc.in b/builds/unix/unix-cc.in index 30d097b23..9dabb24f5 100644 --- a/builds/unix/unix-cc.in +++ b/builds/unix/unix-cc.in @@ -73,7 +73,7 @@ T := -o$(space) # # These should concern: debug output, optimization & warnings. # -# Use the ANSIFLAGS variable to define the compiler flags used to enfore +# Use the ANSIFLAGS variable to define the compiler flags used to enforce # ANSI compliance. # # We use our own FreeType configuration files overriding defaults.