Fix typo in the comment.
authorMingjie Xing <mingjie.xing@gmail.com>
Fri, 19 Nov 2010 01:51:07 +0000 (01:51 +0000)
committerMingjie Xing <xmj@gcc.gnu.org>
Fri, 19 Nov 2010 01:51:07 +0000 (01:51 +0000)
From-SVN: r166927

gcc/ChangeLog
gcc/resource.h

index f5b80283e9d50bbf68ff126e78d2a1d337303ced..6a5f5541f303b637f078e472ed4a1ce8f372c087 100644 (file)
@@ -1,3 +1,7 @@
+2010-11-19  Mingjie Xing  <mingjie.xing@gmail.com>
+
+       * resource.h (struct resources): Fix typo in the comment.
+
 2010-11-19  Uros Bizjak  <ubizjak@gmail.com>
 
        PR target/46546
index b13782f1ab01b519de8988012efcf4556e3c18d4..3b26423ee957035c10270d8d8854e3bf452caa4b 100644 (file)
@@ -33,7 +33,7 @@ along with GCC; see the file COPYING3.  If not see
 struct resources
 {
   char memory;         /* Insn sets or needs a memory location.  */
-  char unch_memory;    /* Insn sets of needs a "unchanging" MEM.  */
+  char unch_memory;    /* Insn sets or needs an "unchanging" MEM.  */
   char volatil;                /* Insn sets or needs a volatile memory loc.  */
   char cc;             /* Insn sets or needs the condition codes.  */
   HARD_REG_SET regs;   /* Which registers are set or needed.  */