[ADT] Fix a comment typo (#65497)
This commit is contained in:
parent
93f9f63b2d
commit
06d2db25aa
@ -222,7 +222,7 @@ inline DenormalMode parseDenormalFPAttribute(StringRef Str) {
|
||||
DenormalMode Mode;
|
||||
Mode.Output = parseDenormalFPAttributeComponent(OutputStr);
|
||||
|
||||
// Maintain compatability with old form of the attribute which only specified
|
||||
// Maintain compatibility with old form of the attribute which only specified
|
||||
// one component.
|
||||
Mode.Input = InputStr.empty() ? Mode.Output :
|
||||
parseDenormalFPAttributeComponent(InputStr);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user