diff options
author | Matt Beaumont-Gay <matthewbg@google.com> | 2013-02-25 18:11:18 +0000 |
---|---|---|
committer | Matt Beaumont-Gay <matthewbg@google.com> | 2013-02-25 18:11:18 +0000 |
commit | 50e75bfc29269def44981ab5f109334d95f55007 (patch) | |
tree | 5169548b0725715304c3186ea3f5f1ebe500ad2b /test/MC/X86 | |
parent | fc7695a653323071ec141aee994e4188592ad1f5 (diff) |
'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')
-rw-r--r-- | test/MC/X86/intel-syntax-hex.s | 2 |
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 |