aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-05-29 20:20:43 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2012-05-29 20:20:43 +0100
commit65de66590dc86297ce6e92f8e7b7828166938f33 (patch)
treedd9fe83c316e16a1f18ffcf1216ec7928798af40 /gcc
parentd0421638fabdc7d9b886ec43c0fceef2f8b77922 (diff)
downloadgcc-65de66590dc86297ce6e92f8e7b7828166938f33.zip
gcc-65de66590dc86297ce6e92f8e7b7828166938f33.tar.gz
gcc-65de66590dc86297ce6e92f8e7b7828166938f33.tar.bz2
* c-common.c: Fix typo.
From-SVN: r187980
Diffstat (limited to 'gcc')
-rw-r--r--gcc/c-family/ChangeLog4
-rw-r--r--gcc/c-family/c-common.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog
index a6a3623..1412331 100644
--- a/gcc/c-family/ChangeLog
+++ b/gcc/c-family/ChangeLog
@@ -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.
diff --git a/gcc/c-family/c-common.c b/gcc/c-family/c-common.c
index f745365..3a1bbd2 100644
--- a/gcc/c-family/c-common.c
+++ b/gcc/c-family/c-common.c
@@ -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,