aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-03-20 05:21:41 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-03-20 05:21:41 +0000
commitd1a6adeb6743311f37affcce0a15df6f77a325a5 (patch)
tree89910945dd096ed9ce8332b32730542c69fd2051 /gcc/c-common.c
parent5fd9b17875e5e720108ed599b262ad9464576956 (diff)
downloadgcc-d1a6adeb6743311f37affcce0a15df6f77a325a5.zip
gcc-d1a6adeb6743311f37affcce0a15df6f77a325a5.tar.gz
gcc-d1a6adeb6743311f37affcce0a15df6f77a325a5.tar.bz2
c-common.c, [...]: Fix comment typos.
* c-common.c, cfgcleanup.c, cgraphunit.c, c-pretty-print.c, expmed.c, ggc-common.c, jump.c, passes.c, recog.c, regmove.c, reorg.c, tree.h: Fix comment typos. From-SVN: r79730
Diffstat (limited to 'gcc/c-common.c')
-rw-r--r--gcc/c-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-common.c b/gcc/c-common.c
index e21d5bd..5f79d37 100644
--- a/gcc/c-common.c
+++ b/gcc/c-common.c
@@ -2229,7 +2229,7 @@ shorten_compare (tree *op0_ptr, tree *op1_ptr, tree *restype_ptr,
TREE_TYPE (primop0));
/* In C, if TYPE is an enumeration, then we need to get its
- min/max values from it's underlying integral type, not the
+ min/max values from its underlying integral type, not the
enumerated type itself. In C++, TYPE_MAX_VALUE and
TYPE_MIN_VALUE have already been set correctly on the
enumeration type. */