aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorKriang Lerdsuwanakij <lerdsuwa@gcc.gnu.org>2003-05-05 14:46:00 +0000
committerKriang Lerdsuwanakij <lerdsuwa@gcc.gnu.org>2003-05-05 14:46:00 +0000
commit517f33152b70ac5d86d4dbc6e75f6bfabe6b49b7 (patch)
tree1f275f1074040b7da7633d1865e2f72b40f831d6 /gcc/cp
parent16692dd506a49f4841b7534ae6f8e940a2cefe46 (diff)
downloadgcc-517f33152b70ac5d86d4dbc6e75f6bfabe6b49b7.zip
gcc-517f33152b70ac5d86d4dbc6e75f6bfabe6b49b7.tar.gz
gcc-517f33152b70ac5d86d4dbc6e75f6bfabe6b49b7.tar.bz2
Fix a typo overlooked in the previous commit.
From-SVN: r66484
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/decl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c
index 225f415..68aaa88 100644
--- a/gcc/cp/decl.c
+++ b/gcc/cp/decl.c
@@ -1392,7 +1392,7 @@ poplevel (int keep, int reverse, int functionbody)
there only for backward compatibility. */
DECL_DEAD_FOR_LOCAL (link) = 1;
- /* Keep track of what should of have happened when we
+ /* Keep track of what should have happened when we
popped the binding. */
if (outer_binding && BINDING_VALUE (outer_binding))
DECL_SHADOWED_FOR_VAR (link)