aboutsummaryrefslogtreecommitdiff
path: root/gcc/fold-const.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-05-11 15:21:28 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-05-11 15:21:28 +0000
commit9d6aab7ef8dcb9a38c2d44894dadcd4479d1ad10 (patch)
tree48d80c31456ab29970c7a4654cc2fe57a5dbe3a5 /gcc/fold-const.c
parenta15900b51c9fe3a9727a8e3575cfad0fe39c303f (diff)
downloadgcc-9d6aab7ef8dcb9a38c2d44894dadcd4479d1ad10.zip
gcc-9d6aab7ef8dcb9a38c2d44894dadcd4479d1ad10.tar.gz
gcc-9d6aab7ef8dcb9a38c2d44894dadcd4479d1ad10.tar.bz2
* fold-const.c, libgcov.c: Fix comment typos.
From-SVN: r99582
Diffstat (limited to 'gcc/fold-const.c')
-rw-r--r--gcc/fold-const.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fold-const.c b/gcc/fold-const.c
index 21250f6..a6ed0fa 100644
--- a/gcc/fold-const.c
+++ b/gcc/fold-const.c
@@ -9950,7 +9950,7 @@ contains_label_1 (tree *tp,
}
}
-/* Checks wheter the sub-tree ST contains a label LABEL_EXPR which is
+/* Checks whether the sub-tree ST contains a label LABEL_EXPR which is
accessible from outside the sub-tree. Returns NULL_TREE if no
addressable label is found. */