Fix grammar

llvm-svn: 20890
This commit is contained in:
Misha Brukman 2005-03-28 04:32:12 +00:00
parent abb512a593
commit b97b449309

View File

@ -568,7 +568,7 @@ void Andersens::AddConstraintsForNonInternalLinkage(Function *F) {
}
/// AddConstraintsForExternalFunction - If this is a call to a "known" function,
/// add the constraints an return false. If this is a call to an unknown
/// add the constraints and return false. If this is a call to an unknown
/// function, return true.
bool Andersens::AddConstraintsForExternalFunction(Function *F) {
assert(F->isExternal() && "Not an external function!");