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: [patch] gcc/*: Fix comment typos.


Kazu Hirata wrote:
Index: config/arm/arm.c
===================================================================
--- config/arm/arm.c	(revision 121370)
+++ config/arm/arm.c	(working copy)
@@ -7710,7 +7710,7 @@ get_jump_table_size (rtx insn)
       switch (modesize)
 	{
 	case 1:
-	  /* Round up size of TBB table to a haflword boundary.  */
+	  /* Round up size  of TBB table to a halfword boundary.  */
 	  size = (size + 1) & ~(HOST_WIDE_INT)1;
 	  break;
 	case 2:

Looks like an extra space snuck into that one. :)


Meanwhile, because I've been meaning to ask: I presume these patches are coming from some sort of automated spellcheck. What programs do you use to do this, in order to deal with only checking the comments and to deal with Texinfo syntax in the .texi files?

- Brooks


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