From 6d119d8f859c529256c0d244b518eb4d2cf909c9 Mon Sep 17 00:00:00 2001 From: Mingjie Xing Date: Fri, 19 Nov 2010 01:51:07 +0000 Subject: [PATCH] Fix typo in the comment. From-SVN: r166927 --- gcc/ChangeLog | 4 ++++ gcc/resource.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f5b80283e9d..6a5f5541f30 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2010-11-19 Mingjie Xing + + * resource.h (struct resources): Fix typo in the comment. + 2010-11-19 Uros Bizjak PR target/46546 diff --git a/gcc/resource.h b/gcc/resource.h index b13782f1ab0..3b26423ee95 100644 --- a/gcc/resource.h +++ b/gcc/resource.h @@ -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. */ -- 2.30.2