Fix more misspellings found by Duncan during review.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164940 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chandler Carruth 2012-10-01 12:30:45 +00:00
parent c7a4ca7a34
commit cfb65293c3

View File

@ -87,8 +87,8 @@ entry:
%struct.S = type { i8, { i64 } } %struct.S = type { i8, { i64 } }
define void @test4() { define void @test4() {
; This test case triggered very strange alginment behavior with memcpy due to ; This test case triggered very strange alignment behavior with memcpy due to
; strang splitting. Reported by Duncan. ; strange splitting. Reported by Duncan.
; CHECK: @test4 ; CHECK: @test4
entry: entry: