summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-07-31 08:03:32 -0700
committerH. Peter Anvin <hpa@zytor.com>2009-07-31 08:03:32 -0700
commitf46c0d6733086dbe751b9a1c3eb3ee5660674008 (patch)
tree070df3e530ab8c70b3d3411d001febe1537ba226
parent124a462cc206adb34f81c9bff5d1453d7734a52b (diff)
downloadnasm-f46c0d6733086dbe751b9a1c3eb3ee5660674008.tar.gz
nasm.c: consistently use the 'murrican spelling "optimize"
"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>
-rw-r--r--nasm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nasm.c b/nasm.c
index 66aa0bb9..8d728355 100644
--- 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"