forked from OSchip/llvm-project
[flang] Fix typo
Original-commit: flang-compiler/f18@3ad7a77898 Reviewed-on: https://github.com/flang-compiler/f18/pull/192
This commit is contained in:
parent
3133c9e7e2
commit
af22eea4b0
|
@ -272,7 +272,7 @@ public:
|
||||||
ENUM_CLASS(Flag,
|
ENUM_CLASS(Flag,
|
||||||
Function, // symbol is a function
|
Function, // symbol is a function
|
||||||
Subroutine, // symbol is a subroutine
|
Subroutine, // symbol is a subroutine
|
||||||
Implicit, // symbol is implicity typed
|
Implicit, // symbol is implicitly typed
|
||||||
ModFile, // symbol came from .mod file
|
ModFile, // symbol came from .mod file
|
||||||
ParentComp // symbol is the "parent component" of an extended type
|
ParentComp // symbol is the "parent component" of an extended type
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue