public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Fix comment typos in gas/config/tc-hppa.c
@ 2007-10-18  6:41 Carlos O'Donell
  2007-10-18  9:00 ` Nick Clifton
  0 siblings, 1 reply; 3+ messages in thread
From: Carlos O'Donell @ 2007-10-18  6:41 UTC (permalink / raw)
  To: binutils, John David Anglin

binutils,

While working on something else I noticed two typos.

OK to checkin?

gas/
2007-10-18  Carlos O'Donell  <carlos@systemhalted.org>

	* config/tc-hppa.c (pa_ip): Fix comment typo.
	(pa_comm): Likewise.

Index: gas/config/tc-hppa.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-hppa.c,v
retrieving revision 1.136
diff -u -p -r1.136 tc-hppa.c
--- gas/config/tc-hppa.c	17 Oct 2007 16:45:55 -0000	1.136
+++ gas/config/tc-hppa.c	18 Oct 2007 05:03:56 -0000
@@ -3211,7 +3211,7 @@ pa_ip (char *str)
       return;
     }

-  /* Look up the opcode in the has table.  */
+  /* Look up the opcode in the hash table.  */
   if ((insn = (struct pa_opcode *) hash_find (op_hash, str)) == NULL)
     {
       as_bad ("Unknown opcode: `%s'", str);
@@ -6166,7 +6166,7 @@ pa_data (int unused ATTRIBUTE_UNUSED)
 }

 /* This is different than the standard GAS s_comm(). On HP9000/800 machines,
-   the .comm pseudo-op has the following symtax:
+   the .comm pseudo-op has the following syntax:

    <label> .comm <length>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Fix comment typos in gas/config/tc-hppa.c
  2007-10-18  6:41 [PATCH] Fix comment typos in gas/config/tc-hppa.c Carlos O'Donell
@ 2007-10-18  9:00 ` Nick Clifton
  2007-10-18 14:53   ` Carlos O'Donell
  0 siblings, 1 reply; 3+ messages in thread
From: Nick Clifton @ 2007-10-18  9:00 UTC (permalink / raw)
  To: Carlos O'Donell; +Cc: binutils, John David Anglin

Hi Carlos,

> OK to checkin?

Yup - these count as obvious.

> gas/
> 2007-10-18  Carlos O'Donell  <carlos@systemhalted.org>
> 
> 	* config/tc-hppa.c (pa_ip): Fix comment typo.
> 	(pa_comm): Likewise.

Cheers
   Nick

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Fix comment typos in gas/config/tc-hppa.c
  2007-10-18  9:00 ` Nick Clifton
@ 2007-10-18 14:53   ` Carlos O'Donell
  0 siblings, 0 replies; 3+ messages in thread
From: Carlos O'Donell @ 2007-10-18 14:53 UTC (permalink / raw)
  To: Nick Clifton; +Cc: binutils, John David Anglin

On 10/18/07, Nick Clifton <nickc@redhat.com> wrote:
> Yup - these count as obvious.

Thanks, I'll keep that in mind when I find future typos.

Cheers,
Carlos.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-10-18 13:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-18  6:41 [PATCH] Fix comment typos in gas/config/tc-hppa.c Carlos O'Donell
2007-10-18  9:00 ` Nick Clifton
2007-10-18 14:53   ` Carlos O'Donell

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).