[llvm] r197180 - Fix spelling in comment in test: "themselve" -> "themselves"

Mark Seaborn mseaborn at chromium.org
Thu Dec 12 13:26:31 PST 2013


Author: mseaborn
Date: Thu Dec 12 15:26:30 2013
New Revision: 197180

URL: http://llvm.org/viewvc/llvm-project?rev=197180&view=rev
Log:
Fix spelling in comment in test: "themselve" -> "themselves"

Modified:
    llvm/trunk/test/Transforms/Inline/inline_returns_twice.ll

Modified: llvm/trunk/test/Transforms/Inline/inline_returns_twice.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/Inline/inline_returns_twice.ll?rev=197180&r1=197179&r2=197180&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/Inline/inline_returns_twice.ll (original)
+++ llvm/trunk/test/Transforms/Inline/inline_returns_twice.ll Thu Dec 12 15:26:30 2013
@@ -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





More information about the llvm-commits mailing list