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>
This commit is contained in:
H. Peter Anvin 2009-07-31 08:03:32 -07:00
parent 124a462cc2
commit f46c0d6733

2
nasm.c
View File

@ -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"