Fix spelling in comment in test: "themselve" -> "themselves"
authorMark Seaborn <mseaborn@chromium.org>
Thu, 12 Dec 2013 21:26:30 +0000 (21:26 +0000)
committerMark Seaborn <mseaborn@chromium.org>
Thu, 12 Dec 2013 21:26:30 +0000 (21:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197180 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/Inline/inline_returns_twice.ll

index f316c9152b8ffcdaaf38ef4f0591d8034ca51c7f..6dfd1c72e2ca30e8f7a6e971845494c06304fca3 100644 (file)
@@ -1,7 +1,7 @@
 ; RUN: opt < %s -inline -S | FileCheck %s
 
 ; Check that functions with "returns_twice" calls are only inlined,
-; if they are themselve marked as such.
+; if they are themselves marked as such.
 
 declare i32 @a() returns_twice
 declare i32 @b() returns_twice