summaryrefslogtreecommitdiff
path: root/gcc/langhooks.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-08-22 06:25:09 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-08-22 06:25:09 +0000
commit2b72593e40e7c04cf3fe7cdb35878c307825b3a9 (patch)
treee50a7ba11e4692298c71e9fbaa8414131cd2a534 /gcc/langhooks.h
parent8a4a2253e3f665d4ed0d9bc7e35068081c338a15 (diff)
downloadgcc-2b72593e40e7c04cf3fe7cdb35878c307825b3a9.tar.gz
builtin-attrs.def: Fix comment formatting.
* builtin-attrs.def: Fix comment formatting. * c-pretty-print.c: Likewise. * diagnostic.h: Likewise. * langhooks.h: Likewise. * recog.c: Likewise. * simplify-rtx.c: Likewise. * tree.def: Likewise. From-SVN: r70676
Diffstat (limited to 'gcc/langhooks.h')
-rw-r--r--gcc/langhooks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/langhooks.h b/gcc/langhooks.h
index e097ee224aa..7bcd4353734 100644
--- a/gcc/langhooks.h
+++ b/gcc/langhooks.h
@@ -362,7 +362,7 @@ struct lang_hooks
tree (*expr_size) (tree);
/* Called from uninitialized_vars_warning to find out if a variable is
- uninitialized based on DECL_INITIAL. */
+ uninitialized based on DECL_INITIAL. */
bool (*decl_uninit) (tree);
/* Pointers to machine-independent attribute tables, for front ends