From: Misha Brukman Date: Mon, 28 Mar 2005 04:32:12 +0000 (+0000) Subject: Fix grammar X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=be5e2f4f9b4811d7bd332765fbe16dacc2552d34;p=oota-llvm.git Fix grammar git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20890 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/IPA/Andersens.cpp b/lib/Analysis/IPA/Andersens.cpp index f7989f64941..f1be06022ca 100644 --- a/lib/Analysis/IPA/Andersens.cpp +++ b/lib/Analysis/IPA/Andersens.cpp @@ -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!");