From 363c1ec574c8e97f3c63771ed0bafc5441c7bf56 Mon Sep 17 00:00:00 2001 From: Mark Seaborn Date: Thu, 12 Dec 2013 21:26:30 +0000 Subject: 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 --- test/Transforms/Inline/inline_returns_twice.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Transforms/Inline/inline_returns_twice.ll b/test/Transforms/Inline/inline_returns_twice.ll index f316c9152b..6dfd1c72e2 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 -- cgit v1.2.3