]> granicus.if.org Git - clang/commitdiff
Fix a typo
authorNate Begeman <natebegeman@mac.com>
Tue, 18 Mar 2008 03:38:14 +0000 (03:38 +0000)
committerNate Begeman <natebegeman@mac.com>
Tue, 18 Mar 2008 03:38:14 +0000 (03:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48482 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/Expr.h

index 11acbe54b03664b4603c790c41ce3c95d493ff6e..73ed5df66be724251043d9a6fe4bdf1c703474fc 100644 (file)
@@ -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