Fix grammar
authorMisha Brukman <brukman+llvm@gmail.com>
Mon, 28 Mar 2005 04:32:12 +0000 (04:32 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Mon, 28 Mar 2005 04:32:12 +0000 (04:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20890 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/IPA/Andersens.cpp

index f7989f64941ef070a53d89df2c906dfee2637418..f1be06022ca9939c94815d9791797ae0945244b6 100644 (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!");