summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Analysis/IPA/Andersens.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/IPA/Andersens.cpp b/llvm/lib/Analysis/IPA/Andersens.cpp
index f7989f64941..f1be06022ca 100644
--- a/llvm/lib/Analysis/IPA/Andersens.cpp
+++ b/llvm/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!");
OpenPOWER on IntegriCloud