From c8b27318a33d1fe2fbae553159a918ccee8fae29 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Sat, 3 May 2003 02:16:43 +0000 Subject: The Grammar Police is out on patrol. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5985 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/bugpoint/BugDriver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/bugpoint/BugDriver.cpp') diff --git a/tools/bugpoint/BugDriver.cpp b/tools/bugpoint/BugDriver.cpp index 7ccbe0d828..56eb750492 100644 --- a/tools/bugpoint/BugDriver.cpp +++ b/tools/bugpoint/BugDriver.cpp @@ -27,7 +27,7 @@ std::string getPassesString(const std::vector &Passes) { return Result; } -// DeleteFunctionBody - "Remove" the function by deleting all of it's basic +// DeleteFunctionBody - "Remove" the function by deleting all of its basic // blocks, making it external. // void DeleteFunctionBody(Function *F) { -- cgit v1.2.3