]> gcc.gnu.org Git - gcc.git/commitdiff
* c-common.c: Fix typo.
authorJoseph Myers <joseph@codesourcery.com>
Tue, 29 May 2012 19:20:43 +0000 (20:20 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Tue, 29 May 2012 19:20:43 +0000 (20:20 +0100)
From-SVN: r187980

gcc/c-family/ChangeLog
gcc/c-family/c-common.c

index a6a3623d781232693e5a95da61bd7ac8e55fd714..14123313dcee35e0743e7d909cacf668bb34f4b0 100644 (file)
@@ -1,3 +1,7 @@
+2012-05-29  Joseph Myers  <joseph@codesourcery.com>
+
+       * c-common.c: Fix typo.
+
 2012-05-29  Michael Matz  <matz@suse.de>
 
        * c-common.h (c_expand_decl): Remove prototype.
index f745365da1a0f163472398e0cc6adfcd1ba31708..3a1bbd253473407f241a199be5234000b910b6b6 100644 (file)
@@ -3960,7 +3960,7 @@ pointer_int_sum (location_t loc, enum tree_code resultcode,
 
   /* Replace the integer argument with a suitable product by the object size.
      Do this multiplication as signed, then convert to the appropriate type
-     for the pointer operation and disregard an overflow that occured only
+     for the pointer operation and disregard an overflow that occurred only
      because of the sign-extension change in the latter conversion.  */
   {
     tree t = build_binary_op (loc,
This page took 0.093572 seconds and 5 git commands to generate.