summaryrefslogtreecommitdiff
path: root/idlc/source/parser.y
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/source/parser.y')
-rw-r--r--idlc/source/parser.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/source/parser.y b/idlc/source/parser.y
index a2b9c645656b..083153c1827a 100644
--- a/idlc/source/parser.y
+++ b/idlc/source/parser.y
@@ -1923,7 +1923,7 @@ singleton_dcl :
}
singleton_dfn
{
- /* this singelton is finished, pop its scope from the stack */
+ /* this singleton is finished, pop its scope from the stack */
idlc()->scopes()->pop();
}
;