diff --git a/tools/bugpoint/BugDriver.cpp b/tools/bugpoint/BugDriver.cpp index 7ccbe0d828b..56eb7504926 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) {