From f46c0d6733086dbe751b9a1c3eb3ee5660674008 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Fri, 31 Jul 2009 08:03:32 -0700 Subject: [PATCH] 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 --- nasm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nasm.c b/nasm.c index 66aa0bb..8d72835 100644 --- a/nasm.c +++ b/nasm.c @@ -779,7 +779,7 @@ static bool process_arg(char *p, char *q) " -I adds a pathname to the include file path\n"); printf (" -O 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 pre-includes a file\n" -- 2.7.4