From: Mark Seaborn Date: Thu, 12 Dec 2013 21:26:30 +0000 (+0000) Subject: Fix spelling in comment in test: "themselve" -> "themselves" X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=363c1ec574c8e97f3c63771ed0bafc5441c7bf56;p=oota-llvm.git Fix spelling in comment in test: "themselve" -> "themselves" git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197180 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/Inline/inline_returns_twice.ll b/test/Transforms/Inline/inline_returns_twice.ll index f316c9152b8..6dfd1c72e2c 100644 --- a/test/Transforms/Inline/inline_returns_twice.ll +++ b/test/Transforms/Inline/inline_returns_twice.ll @@ -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