LoopVectorize: Vectorize all accesses in address space zero with unit stride
[oota-llvm.git] / test / MC / X86 / intel-syntax-hex.s
index 35376c611bfe0a075b15daf2470ea2e6d5d3d318..b3a19fbaa34501ef74cc3db0dd0add822147f4be 100644 (file)
@@ -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