From: Nate Begeman Date: Tue, 18 Mar 2008 03:38:14 +0000 (+0000) Subject: Fix a typo X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6a1bc1b95ee31c6892d46a6993b9e2d2d66831ee;p=clang Fix a typo git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48482 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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