diff options
Diffstat (limited to 'idlc')
-rw-r--r-- | idlc/source/parser.y | 2 |
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(); } ; |