The Grammar Police is out on patrol.
authorMisha Brukman <brukman+llvm@gmail.com>
Sat, 3 May 2003 02:16:43 +0000 (02:16 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Sat, 3 May 2003 02:16:43 +0000 (02:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5985 91177308-0d34-0410-b5e6-96231b3b80d8

tools/bugpoint/BugDriver.cpp

index 7ccbe0d828b84dcae37f8a929f1967f153f9f3ce..56eb7504926f8098b13fb255a2c372deb34b9429 100644 (file)
@@ -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) {