[flang] Fix typo

Original-commit: flang-compiler/f18@3ad7a77898
Reviewed-on: https://github.com/flang-compiler/f18/pull/192
This commit is contained in:
Tim Keith 2018-09-20 14:21:04 -07:00
parent 3133c9e7e2
commit af22eea4b0
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ public:
ENUM_CLASS(Flag,
Function, // symbol is a function
Subroutine, // symbol is a subroutine
Implicit, // symbol is implicity typed
Implicit, // symbol is implicitly typed
ModFile, // symbol came from .mod file
ParentComp // symbol is the "parent component" of an extended type
);