public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Chung-Ju Wu <jasonwucj@gmail.com>
To: gcc patches <gcc-patches@gcc.gnu.org>
Subject: [PATCH, nds32] Committed: Fix typo in comment.
Date: Fri, 14 Feb 2014 08:09:00 -0000	[thread overview]
Message-ID: <CADj25HN8ioWqsjxU=K=vxO8hzoP9uBFn6wgmbbfg44kWVPW6Bg@mail.gmail.com> (raw)

Hi,

There are few typo in comment of nds32 port.
Fixed them as obvious, committed as Rev.207775.


Index: gcc/ChangeLog
===================================================================
--- gcc/ChangeLog       (revision 207774)
+++ gcc/ChangeLog       (revision 207775)
@@ -1,5 +1,10 @@
 2014-02-14  Chung-Ju Wu  <jasonwucj@gmail.com>

+       * config/nds32/t-mlibs (MULTILIB_OPTIONS): Fix typo in comment.
+       * config/nds32/nds32.c (nds32_merge_decl_attributes): Likewise.
+
+2014-02-14  Chung-Ju Wu  <jasonwucj@gmail.com>
+
        * config/nds32/nds32.c (nds32_naked_function_p): Follow the
        GNU coding standards.

Index: gcc/config/nds32/t-mlibs
===================================================================
--- gcc/config/nds32/t-mlibs    (revision 207774)
+++ gcc/config/nds32/t-mlibs    (revision 207775)
@@ -28,7 +28,7 @@
 #   6. -mlittle-endian -mgp-direct
 #   7. -mlittle-endian -mno-gp-direct
 #   8. -mbig-endian -mgp-direct
-#   9. -mlittle-endian -mno-gp-direct
+#   9. -mbig-endian -mno-gp-direct
 #
 # We also define a macro MULTILIB_DEFAULTS in nds32.h that tells the
 # driver program which options are defaults for this target and thus


Index: gcc/config/nds32/nds32.c
===================================================================
--- gcc/config/nds32/nds32.c    (revision 207774)
+++ gcc/config/nds32/nds32.c    (revision 207775)
@@ -3084,7 +3084,7 @@
   combined_attrs = merge_attributes (DECL_ATTRIBUTES (olddecl),
                                     DECL_ATTRIBUTES (newdecl));

-  /* Sinc newdecl is acutally a duplicate of olddecl,
+  /* Since newdecl is acutally a duplicate of olddecl,
      we can take olddecl for some operations.  */
   if (TREE_CODE (olddecl) == FUNCTION_DECL)
     {


Best regards,
jasonwucj

                 reply	other threads:[~2014-02-14  8:09 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='CADj25HN8ioWqsjxU=K=vxO8hzoP9uBFn6wgmbbfg44kWVPW6Bg@mail.gmail.com' \
    --to=jasonwucj@gmail.com \
    --cc=gcc-patches@gcc.gnu.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).