summaryrefslogtreecommitdiff
path: root/test/MC/X86/intel-syntax-hex.s
diff options
context:
space:
mode:
authorMatt Beaumont-Gay <matthewbg@google.com>2013-02-25 18:11:18 +0000
committerMatt Beaumont-Gay <matthewbg@google.com>2013-02-25 18:11:18 +0000
commit50e75bfc29269def44981ab5f109334d95f55007 (patch)
tree5169548b0725715304c3186ea3f5f1ebe500ad2b /test/MC/X86/intel-syntax-hex.s
parentfc7695a653323071ec141aee994e4188592ad1f5 (diff)
downloadllvm-50e75bfc29269def44981ab5f109334d95f55007.tar.gz
llvm-50e75bfc29269def44981ab5f109334d95f55007.tar.bz2
llvm-50e75bfc29269def44981ab5f109334d95f55007.tar.xz
'Hexadecimal' has two 'a's and only one 'i'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176031 91177308-0d34-0410-b5e6-96231b3b80d8
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