summaryrefslogtreecommitdiffstats
path: root/llvm/docs/tutorial/LangImpl5.html
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/docs/tutorial/LangImpl5.html')
-rw-r--r--llvm/docs/tutorial/LangImpl5.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/tutorial/LangImpl5.html b/llvm/docs/tutorial/LangImpl5.html
index 8081fc3821a..ae53fd9f993 100644
--- a/llvm/docs/tutorial/LangImpl5.html
+++ b/llvm/docs/tutorial/LangImpl5.html
@@ -1137,7 +1137,7 @@ static ExprAST *ParseIdentifierExpr() {
if (CurTok == ')') break;
if (CurTok != ',')
- return Error("Expected ')'");
+ return Error("Expected ')' or ',' in argument list");
getNextToken();
}
}
OpenPOWER on IntegriCloud