aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-09-05 16:05:06 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-09-05 16:05:06 +0000
commit8c27b7d4d1b35fa0d2f514a98d0524eff2278e40 (patch)
treef62d741d707e9201cb9c5b7758045bd92d649415 /gcc/c-common.c
parent2a7e31df70cf600dfaa401cb426578994739bce0 (diff)
downloadgcc-8c27b7d4d1b35fa0d2f514a98d0524eff2278e40.zip
gcc-8c27b7d4d1b35fa0d2f514a98d0524eff2278e40.tar.gz
gcc-8c27b7d4d1b35fa0d2f514a98d0524eff2278e40.tar.bz2
c-common.c, [...]: Fix comment formatting.
* c-common.c, c-decl.c, combine.c, defaults.h, fold-const.c, gimplify.c, gthr-nks.h, hooks.c, lambda-code.c, lambda-mat.c, stor-layout.c, target.h, tree-cfg.c, tree-chrec.c, tree-if-conv.c, tree-inline.c, tree-into-ssa.c, tree-mudflap.c, tree-optimize.c, tree-scalar-evolution.c, tree-ssa-alias.c, tree-ssa-ccp.c, tree-ssa-dce.c, tree-ssa-pre.c, tree-vectorizer.c, tree-vectorizer.h, tree.h, vec.h: Fix comment formatting. From-SVN: r87105
Diffstat (limited to 'gcc/c-common.c')
-rw-r--r--gcc/c-common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/c-common.c b/gcc/c-common.c
index 95116cd..e1fa8e4 100644
--- a/gcc/c-common.c
+++ b/gcc/c-common.c
@@ -2557,7 +2557,7 @@ c_type_hash (const void *p)
tree t2;
switch (TREE_CODE (t))
{
- /* For pointers, hash on pointee type plus some swizzling. */
+ /* For pointers, hash on pointee type plus some swizzling. */
case POINTER_TYPE:
return c_type_hash (TREE_TYPE (t)) ^ 0x3003003;
/* Hash on number of elements and total size. */
@@ -3009,7 +3009,7 @@ c_common_nodes_and_builtins (void)
record_builtin_type (RID_VOID, NULL, void_type_node);
- /* This node must not be shared. */
+ /* This node must not be shared. */
void_zero_node = make_node (INTEGER_CST);
TREE_TYPE (void_zero_node) = void_type_node;