From: Alan Cox Date: Sat, 3 Jan 2015 13:38:31 +0000 (+0000) Subject: fcc: fix typo X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=e293ccff89fd22d79d14683cff17aadb3ac4f03d;p=FUZIX.git fcc: fix typo --- diff --git a/Library/tools/fcc.c b/Library/tools/fcc.c index 4e516a3c..8718515d 100644 --- a/Library/tools/fcc.c +++ b/Library/tools/fcc.c @@ -302,7 +302,7 @@ static void build_command(void) add_argument("-funsigned-char"); if (debug == 1) add_argument("--debug"); - /* Turn -O1/2/3 into something meanngful */ + /* Turn -O1/2/3 into something meaningful */ if (opt != NULL) { if (optcode > 0) add_argument("--max-allocs-per-node");