diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-09-30 18:27:25 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-09-30 18:27:25 +0000 |
commit | 75b80704892cc9a4ea75e182d0cac373761f1acd (patch) | |
tree | ca618fca9e3e186970cc4b4d0c57cec0723872e6 /gcc/protoize.c | |
parent | 26f7abae5275a623cd72116896dccf03b10d0e9c (diff) | |
download | gcc-75b80704892cc9a4ea75e182d0cac373761f1acd.zip gcc-75b80704892cc9a4ea75e182d0cac373761f1acd.tar.gz gcc-75b80704892cc9a4ea75e182d0cac373761f1acd.tar.bz2 |
* protoize.c, tree-cfg.c: Fix comment typos.
From-SVN: r88345
Diffstat (limited to 'gcc/protoize.c')
-rw-r--r-- | gcc/protoize.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/protoize.c b/gcc/protoize.c index 937f21c..e480892 100644 --- a/gcc/protoize.c +++ b/gcc/protoize.c @@ -970,7 +970,7 @@ free_def_dec (def_dec_info *p) free (p); } -/* Unexpand as many macro symbol as we can find. +/* Unexpand as many macro symbols as we can find. If the given line must be unexpanded, make a copy of it in the heap and return a pointer to the unexpanded copy. Otherwise return NULL. */ |