diff options
author | Nate Begeman <natebegeman@mac.com> | 2008-03-18 03:38:14 +0000 |
---|---|---|
committer | Nate Begeman <natebegeman@mac.com> | 2008-03-18 03:38:14 +0000 |
commit | 6a1bc1b95ee31c6892d46a6993b9e2d2d66831ee (patch) | |
tree | add4e1af1f401698a859cd8d5e5166dc86e06239 | |
parent | 2679e4889fbe1a5582d84363857e020354cedeed (diff) |
Fix a typo
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48482 91177308-0d34-0410-b5e6-96231b3b80d8
-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 |