From 50e75bfc29269def44981ab5f109334d95f55007 Mon Sep 17 00:00:00 2001 From: Matt Beaumont-Gay Date: Mon, 25 Feb 2013 18:11:18 +0000 Subject: '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 --- test/MC/X86/intel-syntax-hex.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/MC/X86/intel-syntax-hex.s') 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 -- cgit v1.2.3