public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [RFA] Fix typo in comment.
@ 2010-04-02  0:32 Masaki Muranaka
  2010-04-06 15:43 ` Nick Clifton
  0 siblings, 1 reply; 2+ messages in thread
From: Masaki Muranaka @ 2010-04-02  0:32 UTC (permalink / raw)
  To: binutils; +Cc: gdb-patches

[-- Attachment #1: Type: text/plain, Size: 176 bytes --]

Hello,

I found a trivial typo.
This is obvious but I don't have any rights to commit into opcodes.
Could someone apply my patch?

Thanks,

--
Masaki Muranaka
Monami software


[-- Attachment #2: let-us-sing.diff --]
[-- Type: application/octet-stream, Size: 1277 bytes --]

Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/opcodes/ChangeLog,v
retrieving revision 1.1576
diff -u -r1.1576 ChangeLog
--- ChangeLog	25 Mar 2010 21:12:34 -0000	1.1576
+++ ChangeLog	2 Apr 2010 00:26:56 -0000
@@ -1,3 +1,8 @@
+2010-04-02  Masaki Muranaka  <monaka@monami-software.com>
+
+	* cr16-opc.c: 
+	(cr16_instruction): Fix typo in comment
+
 2010-03-25  Joseph Myers  <joseph@codesourcery.com>
 
 	* Makefile.am (TARGET_LIBOPCODES_CFILES): Add tic6x-dis.c.
Index: cr16-opc.c
===================================================================
RCS file: /cvs/src/src/opcodes/cr16-opc.c,v
retrieving revision 1.4
diff -u -r1.4 cr16-opc.c
--- cr16-opc.c	18 Feb 2008 13:46:45 -0000	1.4
+++ cr16-opc.c	2 Apr 2010 00:26:56 -0000
@@ -34,7 +34,7 @@
   /* opc8 r r */                                                     \
   {NAME, 1, OPC+0x1, 24, ARITH_BYTE_INS, {{regr,20}, {regr,16}}}
 
-/* for Logincal operations, allow unsinged imm16 also */
+/* for Logincal operations, allow unsigned imm16 also */
 #define  ARITH1_BYTE_INST(NAME, OPC, OP1)                            \
   /* opc8 imm16 r */                                                 \
   {NAME, 2, (OPC<<4)+0xB, 20, ARITH_BYTE_INS, {{OP1,0}, {regr,16}}}

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

* Re: [RFA] Fix typo in comment.
  2010-04-02  0:32 [RFA] Fix typo in comment Masaki Muranaka
@ 2010-04-06 15:43 ` Nick Clifton
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Clifton @ 2010-04-06 15:43 UTC (permalink / raw)
  To: Masaki Muranaka; +Cc: binutils, gdb-patches

Hi Masaki,

> This is obvious but I don't have any rights to commit into opcodes.
> Could someone apply my patch?

Applied.

Note - there were actually *two* spelling mistakes on that line, the 
other one being "Logincal" instead of "Logical".  Plus there were a 
couple of formatting errors as well, so I fixed all of those.

Cheers
   Nick



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

end of thread, other threads:[~2010-04-06 15:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-02  0:32 [RFA] Fix typo in comment Masaki Muranaka
2010-04-06 15:43 ` Nick Clifton

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