summaryrefslogtreecommitdiff
path: root/test/MC/X86/intel-syntax-hex.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/X86/intel-syntax-hex.s')
-rw-r--r--test/MC/X86/intel-syntax-hex.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/X86/intel-syntax-hex.s b/test/MC/X86/intel-syntax-hex.s
index 35376c611b..b3a19fbaa3 100644
--- a/test/MC/X86/intel-syntax-hex.s
+++ b/test/MC/X86/intel-syntax-hex.s
@@ -1,7 +1,7 @@
// RUN: llvm-mc -triple x86_64-unknown-unknown -x86-asm-syntax=intel %s | FileCheck %s
// rdar://12470373
-// Checks to make sure we parse the hexidecimal suffix properly.
+// Checks to make sure we parse the hexadecimal suffix properly.
// CHECK: movl $10, %eax
mov eax, 10
// CHECK: movl $16, %eax