diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-07-31 08:03:32 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-07-31 08:03:32 -0700 |
commit | f46c0d6733086dbe751b9a1c3eb3ee5660674008 (patch) | |
tree | 070df3e530ab8c70b3d3411d001febe1537ba226 /nasm.c | |
parent | 124a462cc206adb34f81c9bff5d1453d7734a52b (diff) | |
download | nasm-f46c0d6733086dbe751b9a1c3eb3ee5660674008.tar.gz nasm-f46c0d6733086dbe751b9a1c3eb3ee5660674008.tar.bz2 nasm-f46c0d6733086dbe751b9a1c3eb3ee5660674008.zip |
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>
Diffstat (limited to 'nasm.c')
-rw-r--r-- | nasm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |