Skip to content

Commit 06d2db2

Browse files
[ADT] Fix a comment typo (#65497)
1 parent 93f9f63 commit 06d2db2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/ADT/FloatingPointMode.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ inline DenormalMode parseDenormalFPAttribute(StringRef Str) {
222222
DenormalMode Mode;
223223
Mode.Output = parseDenormalFPAttributeComponent(OutputStr);
224224

225-
// Maintain compatability with old form of the attribute which only specified
225+
// Maintain compatibility with old form of the attribute which only specified
226226
// one component.
227227
Mode.Input = InputStr.empty() ? Mode.Output :
228228
parseDenormalFPAttributeComponent(InputStr);

0 commit comments

Comments
 (0)