summaryrefslogtreecommitdiff
path: root/gcc/config/fr30/fr30.c
diff options
context:
space:
mode:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2001-12-15 20:06:12 +0000
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2001-12-15 20:06:12 +0000
commit1d8c4563e52b93a352b33ca0aedc8d782f0ea0a4 (patch)
treeebc53bbcecda952d04e1c0bfb5531ae9907616ca /gcc/config/fr30/fr30.c
parent017028722d305774b32acf0eb3498fb5b73559a2 (diff)
downloadgcc-1d8c4563e52b93a352b33ca0aedc8d782f0ea0a4.tar.gz
* gcc.c, config/fr30/fr30.c, config/v850/v850-c.c, toplev.c: Use
American spelling in messages. * po/gcc.pot: Regenerate. ch: * decl.c, parse.c, typeck.c: Use American spelling in messages. cp: * lang-options.h: Use American spelling in messages. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48047 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/fr30/fr30.c')
-rw-r--r--gcc/config/fr30/fr30.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/fr30/fr30.c b/gcc/config/fr30/fr30.c
index eb90c6b318c..d50499150d7 100644
--- a/gcc/config/fr30/fr30.c
+++ b/gcc/config/fr30/fr30.c
@@ -476,7 +476,7 @@ fr30_print_operand (file, x, code)
/* Compute the register name of the second register in a hi/lo
register pair. */
if (GET_CODE (x) != REG)
- output_operand_lossage ("fr30_print_operand: unrecognised %p code");
+ output_operand_lossage ("fr30_print_operand: unrecognized %p code");
else
fprintf (file, "r%d", REGNO (x) + 1);
return;
@@ -496,7 +496,7 @@ fr30_print_operand (file, x, code)
case GTU: fprintf (file, "hi"); break;
case GEU: fprintf (file, "nc"); break;
default:
- output_operand_lossage ("fr30_print_operand: unrecognised %b code");
+ output_operand_lossage ("fr30_print_operand: unrecognized %b code");
break;
}
return;
@@ -517,7 +517,7 @@ fr30_print_operand (file, x, code)
case GTU: fprintf (file, "ls"); break;
case GEU: fprintf (file, "c"); break;
default:
- output_operand_lossage ("fr30_print_operand: unrecognised %B code");
+ output_operand_lossage ("fr30_print_operand: unrecognized %B code");
break;
}
return;