public inbox for cgen@sourceware.org
 help / color / mirror / Atom feed
From: Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
To: cgen@sources.redhat.com
Subject: [PATCH] : Fix minor typo in doc/porting.texi.
Date: Sat, 15 Oct 2005 23:04:00 -0000	[thread overview]
Message-ID: <1129417481.23669.7.camel@localhost.localdomain> (raw)

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

                 reply	other threads:[~2005-10-15 23:04 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1129417481.23669.7.camel@localhost.localdomain \
    --to=ramana.radhakrishnan@codito.com \
    --cc=cgen@sources.redhat.com \
    /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).