diff options
Diffstat (limited to 'gcc/config/m68k/m68k.c')
-rw-r--r-- | gcc/config/m68k/m68k.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m68k/m68k.c b/gcc/config/m68k/m68k.c index 25211a9335c..95354c34733 100644 --- a/gcc/config/m68k/m68k.c +++ b/gcc/config/m68k/m68k.c @@ -1040,7 +1040,7 @@ const_method (constant) /* Likewise, try with not.w */ if (use_movq (i ^ 0xffff)) return NOTW; - /* This is the only value where neg.w is usefull */ + /* This is the only value where neg.w is useful */ if (i == -65408) return NEGW; /* Try also with swap */ |