Fix doc string typo: s/@__yes/@__objc_yes/
authorJonathan Roelofs <jonathan@codesourcery.com>
Tue, 6 Dec 2016 15:45:41 +0000 (15:45 +0000)
committerJonathan Roelofs <jonathan@codesourcery.com>
Tue, 6 Dec 2016 15:45:41 +0000 (15:45 +0000)
llvm-svn: 288818

clang/include/clang/AST/ExprObjC.h

index 5f9623d..cd93817 100644 (file)
@@ -90,7 +90,7 @@ public:
 /// ObjCBoxedExpr - used for generalized expression boxing.
 /// as in: @(strdup("hello world")), @(random()) or @(view.frame)
 /// Also used for boxing non-parenthesized numeric literals;
-/// as in: @42 or \@true (c++/objc++) or \@__yes (c/objc).
+/// as in: @42 or \@true (c++/objc++) or \@__objc_yes (c/objc).
 class ObjCBoxedExpr : public Expr {
   Stmt *SubExpr;
   ObjCMethodDecl *BoxingMethod;