We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93f9f63 commit 06d2db2Copy full SHA for 06d2db2
llvm/include/llvm/ADT/FloatingPointMode.h
@@ -222,7 +222,7 @@ inline DenormalMode parseDenormalFPAttribute(StringRef Str) {
222
DenormalMode Mode;
223
Mode.Output = parseDenormalFPAttributeComponent(OutputStr);
224
225
- // Maintain compatability with old form of the attribute which only specified
+ // Maintain compatibility with old form of the attribute which only specified
226
// one component.
227
Mode.Input = InputStr.empty() ? Mode.Output :
228
parseDenormalFPAttributeComponent(InputStr);
0 commit comments