public inbox for cgen@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] : Fix minor typo in doc/porting.texi.
@ 2005-10-15 23:04 Ramana Radhakrishnan
  0 siblings, 0 replies; only message in thread
From: Ramana Radhakrishnan @ 2005-10-15 23:04 UTC (permalink / raw)
  To: cgen

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

Hi , 

There is a minor typo in the documentation about Writing
define-normal-insn-enum . The example given needs to be changed
according to the syntax / convention followed.

The patch attached corrects this. 

Ok to commit ? 

cheers
Ramana






-- 
Ramana Radhakrishnan
GNU Tools
codito ergo sum (www.codito.com)

[-- Attachment #2: cgen-patch --]
[-- Type: text/x-patch, Size: 686 bytes --]

Index: doc/porting.texi
===================================================================
RCS file: /cvs/src/src/cgen/doc/porting.texi,v
retrieving revision 1.8
diff -a -u -r1.8 porting.texi
--- doc/porting.texi	7 Jun 2005 17:54:14 -0000	1.8
+++ doc/porting.texi	15 Oct 2005 23:03:38 -0000
@@ -147,7 +147,7 @@
 
 @example
 (define-normal-insn-enum
-  insn-op1 "insn format enums" () f-op1 OP1_
+  insn-op1 "insn format enums" () OP1_ f-op1
   (ADD ADDC SUB SUBC
    AND OR   XOR INV)
 )
@@ -446,7 +446,7 @@
 
 @example
 (define-normal-insn-enum
-  insn-op1 "insn format enums" () f-op1 OP1_
+  insn-op1 "insn format enums" () OP1_ f-op1
   (ADD ADDC SUB SUBC
    AND OR   XOR INV)
 )

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-10-15 23:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-15 23:04 [PATCH] : Fix minor typo in doc/porting.texi Ramana Radhakrishnan

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