From 517f33152b70ac5d86d4dbc6e75f6bfabe6b49b7 Mon Sep 17 00:00:00 2001 From: Kriang Lerdsuwanakij Date: Mon, 5 May 2003 14:46:00 +0000 Subject: [PATCH] Fix a typo overlooked in the previous commit. From-SVN: r66484 --- gcc/cp/decl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c index 225f4154834..68aaa884409 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) -- 2.30.2