aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-01-25 03:52:42 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-01-25 03:52:42 +0000
commit1f52178b3a8510309c5b8f739f6e74fff73895e5 (patch)
treebf5e07ce58ea32552b2f08730c4b206c218b96ac /gcc/c-common.h
parent56ae131655af9274170eb9766c16ae034403a2bc (diff)
downloadgcc-1f52178b3a8510309c5b8f739f6e74fff73895e5.zip
gcc-1f52178b3a8510309c5b8f739f6e74fff73895e5.tar.gz
gcc-1f52178b3a8510309c5b8f739f6e74fff73895e5.tar.bz2
c-common.h: Fix comment typos.
* c-common.h: Fix comment typos. * c-decl.c: Likewise. * cgraphunit.c: Likewise. * combine.c: Likewise. * et-forest.c: Likewise. * flow.c: Likewise. * function.c: Likewise. * ifcvt.c: Likewise. * integrate.c: Likewise. * jump.c: Likewise. * postreload.c: Likewise. * varray.c: Likewise. From-SVN: r76539
Diffstat (limited to 'gcc/c-common.h')
-rw-r--r--gcc/c-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-common.h b/gcc/c-common.h
index 82c0b15..aec0fc5 100644
--- a/gcc/c-common.h
+++ b/gcc/c-common.h
@@ -206,7 +206,7 @@ struct c_common_identifier GTY(())
#define default_function_type c_global_trees[CTI_DEFAULT_FUNCTION_TYPE]
-/* g77 integer types, which which must be kept in sync with f/com.h */
+/* g77 integer types, which must be kept in sync with f/com.h */
#define g77_integer_type_node c_global_trees[CTI_G77_INTEGER_TYPE]
#define g77_uinteger_type_node c_global_trees[CTI_G77_UINTEGER_TYPE]
#define g77_longint_type_node c_global_trees[CTI_G77_LONGINT_TYPE]