public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Malcolm Parsons <malcolm.parsons@gmail.com>
To: binutils@sourceware.org
Subject: [PATCH]: fix some typos in gas strings
Date: Fri, 25 Aug 2006 20:05:00 -0000	[thread overview]
Message-ID: <20060825175923.GA1222@arthur> (raw)


Some minor mistakes found when translating gas.

Index: ecoff.c
===================================================================
RCS file: /cvs/src/src/gas/ecoff.c,v
retrieving revision 1.21
diff -u -p -r1.21 ecoff.c
--- ecoff.c	5 May 2005 09:12:44 -0000	1.21
+++ ecoff.c	25 Aug 2006 17:58:16 -0000
@@ -2778,7 +2778,7 @@ ecoff_directive_val (int ignore ATTRIBUT
   expression (&exp);
   if (exp.X_op != O_constant && exp.X_op != O_symbol)
     {
-      as_bad (_(".val expression is too copmlex"));
+      as_bad (_(".val expression is too complex"));
       demand_empty_rest_of_line ();
       return;
     }
Index: config/tc-ns32k.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-ns32k.c,v
retrieving revision 1.26
diff -u -p -r1.26 tc-ns32k.c
--- config/tc-ns32k.c	7 Jun 2006 11:27:58 -0000	1.26
+++ config/tc-ns32k.c	25 Aug 2006 17:58:16 -0000
@@ -1861,7 +1861,7 @@ convert_iif (void)
 			      size = 4;
 			    else
 			      {
-				as_bad (_("Displacement to large for :d"));
+				as_bad (_("Displacement too large for :d"));
 				size = 4;
 			      }
 			  }
Index: config/tc-sh64.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-sh64.c,v
retrieving revision 1.21
diff -u -p -r1.21 tc-sh64.c
--- config/tc-sh64.c	7 Jun 2006 11:27:58 -0000	1.21
+++ config/tc-sh64.c	25 Aug 2006 17:58:17 -0000
@@ -1533,7 +1533,7 @@ shmedia_check_limits (offsetT *valp, bfd
 
     case BFD_RELOC_SH_IMMU16:
       if (val < 0 || val > (1 << 16) - 1)
-	msg = _("invalid operand, not an 16-bit unsigned value: %d");
+	msg = _("invalid operand, not a 16-bit unsigned value: %d");
       break;
 
     case BFD_RELOC_SH_PT_16:

-- 
Malcolm Parsons

             reply	other threads:[~2006-08-25 17:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-25 20:05 Malcolm Parsons [this message]
2006-08-29  5:16 ` Alan Modra

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060825175923.GA1222@arthur \
    --to=malcolm.parsons@gmail.com \
    --cc=binutils@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).