typo

llvm-svn: 205473
diff --git a/llvm/test/Transforms/ConstantHoisting/X86/const-base-addr.ll b/llvm/test/Transforms/ConstantHoisting/X86/const-base-addr.ll
index ffd51b5..01e6cdf 100644
--- a/llvm/test/Transforms/ConstantHoisting/X86/const-base-addr.ll
+++ b/llvm/test/Transforms/ConstantHoisting/X86/const-base-addr.ll
@@ -5,7 +5,7 @@
 
 %T = type { i32, i32, i32, i32 }
 
-; Test if even cheap base addreses are hoisted.
+; Test if even cheap base addresses are hoisted.
 define i32 @test1() nounwind {
 ; CHECK-LABEL:  @test1
 ; CHECK:        %const = bitcast i32 12345678 to i32