The Grammar Police is out on patrol.

llvm-svn: 5985
This commit is contained in:
Misha Brukman 2003-05-03 02:16:43 +00:00
parent caa1de250b
commit f3d3bcb485
1 changed files with 1 additions and 1 deletions

View 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) {