From aaee1a1baa794d909aa4af619a0075e19bbb6346 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 17 May 2011 16:15:56 +0000 Subject: * config/tc-m32r.c (md_show_usage): Fix typos in descriptions. * config/tc-mt.c (md_assemble): Fix typos in warning messages. * cond.c (s_else): Fix typos in error messages. * config/tc-pj.c (md_assemble): Fix typo in error message. --- gas/cond.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'gas/cond.c') diff --git a/gas/cond.c b/gas/cond.c index bcdc4bfcfc..4b6326f463 100644 --- a/gas/cond.c +++ b/gas/cond.c @@ -311,10 +311,10 @@ s_elseif (int arg) as_bad (_("\".elseif\" after \".else\"")); as_bad_where (current_cframe->else_file_line.file, current_cframe->else_file_line.line, - _("here is the previous \"else\"")); + _("here is the previous \".else\"")); as_bad_where (current_cframe->if_file_line.file, current_cframe->if_file_line.line, - _("here is the previous \"if\"")); + _("here is the previous \".if\"")); } else { @@ -414,13 +414,13 @@ s_else (int arg ATTRIBUTE_UNUSED) } else if (current_cframe->else_seen) { - as_bad (_("duplicate \"else\"")); + as_bad (_("duplicate \".else\"")); as_bad_where (current_cframe->else_file_line.file, current_cframe->else_file_line.line, - _("here is the previous \"else\"")); + _("here is the previous \".else\"")); as_bad_where (current_cframe->if_file_line.file, current_cframe->if_file_line.line, - _("here is the previous \"if\"")); + _("here is the previous \".if\"")); } else { -- cgit v1.2.1