summaryrefslogtreecommitdiff
path: root/tools/bugpoint/BugDriver.cpp
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-05-03 02:16:43 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-05-03 02:16:43 +0000
commitc8b27318a33d1fe2fbae553159a918ccee8fae29 (patch)
treeba649bc3a92ace6e53017b36c8ed860fc7adf46d /tools/bugpoint/BugDriver.cpp
parent2d399096cf0070e9d0db3e6fd31e211ff00f10ec (diff)
downloadllvm-c8b27318a33d1fe2fbae553159a918ccee8fae29.tar.gz
llvm-c8b27318a33d1fe2fbae553159a918ccee8fae29.tar.bz2
llvm-c8b27318a33d1fe2fbae553159a918ccee8fae29.tar.xz
The Grammar Police is out on patrol.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5985 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/bugpoint/BugDriver.cpp')
-rw-r--r--tools/bugpoint/BugDriver.cpp2
1 files changed, 1 insertions, 1 deletions
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<const PassInfo*> &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) {