This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fix typo of the comment in resource.h


On 15/11/2010 05:11, Mingjie Xing wrote:
> Hi
> 
> This small patch fix the typo of the comment in resource.h. Is it OK?

  I cannot approve the patch, but spotted an additional grammar problem that
you could fix at the same time:

-  char unch_memory;	/* Insn sets of needs a "unchanging" MEM.  */
+  char unch_memory;	/* Insn sets or needs a "unchanging" MEM.  */

  It should be 'an "unchanging" ...', not 'a "unchanging" ...'.

    cheers,
      DaveK


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]