summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2012-10-01 12:30:45 +0000
committerChandler Carruth <chandlerc@gmail.com>2012-10-01 12:30:45 +0000
commit9866b97f94f481fcf0b8e85566f63cef04227fbe (patch)
tree8486f7fd6e4a84bfd0e82cc07d6272757d684df2 /llvm/test
parentd71ef3a02aec6dd1ebe40f3f563ca899c9fd511c (diff)
downloadbcm5719-llvm-9866b97f94f481fcf0b8e85566f63cef04227fbe.tar.gz
bcm5719-llvm-9866b97f94f481fcf0b8e85566f63cef04227fbe.zip
Fix more misspellings found by Duncan during review.
llvm-svn: 164940
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/Transforms/SROA/alignment.ll4
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:
OpenPOWER on IntegriCloud