Skip to content

Commit 110e171

Browse files
committed
[X86] X86MCInstLower.cpp - fix spelling mistake
1 parent aac23b0 commit 110e171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/X86/X86MCInstLower.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1501,7 +1501,7 @@ static void printConstant(const APInt &Val, raw_ostream &CS) {
15011501

15021502
static void printConstant(const APFloat &Flt, raw_ostream &CS) {
15031503
SmallString<32> Str;
1504-
// Force scientific notation to distinquish from integers.
1504+
// Force scientific notation to distinguish from integers.
15051505
Flt.toString(Str, 0, 0);
15061506
CS << Str;
15071507
}

0 commit comments

Comments
 (0)