nasm.c: consistently use the 'murrican spelling "optimize"
authorH. Peter Anvin <hpa@zytor.com>
Fri, 31 Jul 2009 15:03:32 +0000 (08:03 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 31 Jul 2009 15:03:32 +0000 (08:03 -0700)
"Optimise" (and other -ise words) is en_GB, "optimize" (and other
"-ize" words) is en_US.  Stick to en_US since that is what we seens to
be using more already.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
nasm.c

diff --git a/nasm.c b/nasm.c
index 66aa0bb..8d72835 100644 (file)
--- a/nasm.c
+++ b/nasm.c
@@ -779,7 +779,7 @@ static bool process_arg(char *p, char *q)
                  "    -I<path>    adds a pathname to the include file path\n");
             printf
                 ("    -O<digit>   optimize branch offsets\n"
-                 "                -O0: No optimisation (default)\n"
+                 "                -O0: No optimization (default)\n"
                  "                -O1: Minimal optimization\n"
                  "                -Ox: Multipass optimization (recommended)\n\n"
                  "    -P<file>    pre-includes a file\n"