diff options
-rw-r--r-- | include/clang/AST/Expr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/AST/Expr.h b/include/clang/AST/Expr.h index 11acbe54b0..73ed5df66b 100644 --- a/include/clang/AST/Expr.h +++ b/include/clang/AST/Expr.h @@ -1140,7 +1140,7 @@ public: virtual child_iterator child_end(); }; -/// OverloadExpr - Clang builtin-in function __builtin_overload. +/// OverloadExpr - Clang builtin function __builtin_overload. /// This AST node provides a way to overload functions in C. /// /// The first argument is required to be a constant expression, for the number |