diff options
-rw-r--r-- | llvm/test/Transforms/SROA/alignment.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Transforms/SROA/alignment.ll b/llvm/test/Transforms/SROA/alignment.ll index 192b77e5ce4..4f35a8a0ee3 100644 --- a/llvm/test/Transforms/SROA/alignment.ll +++ b/llvm/test/Transforms/SROA/alignment.ll @@ -87,8 +87,8 @@ entry: %struct.S = type { i8, { i64 } } define void @test4() { -; This test case triggered very strange alginment behavior with memcpy due to -; strang splitting. Reported by Duncan. +; This test case triggered very strange alignment behavior with memcpy due to +; strange splitting. Reported by Duncan. ; CHECK: @test4 entry: |