r353875 - [NFC] typo

JF Bastien via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 12 12:19:16 PST 2019


Author: jfb
Date: Tue Feb 12 12:19:16 2019
New Revision: 353875

URL: http://llvm.org/viewvc/llvm-project?rev=353875&view=rev
Log:
[NFC] typo

Modified:
    cfe/trunk/include/clang/AST/Decl.h

Modified: cfe/trunk/include/clang/AST/Decl.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/Decl.h?rev=353875&r1=353874&r2=353875&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/Decl.h (original)
+++ cfe/trunk/include/clang/AST/Decl.h Tue Feb 12 12:19:16 2019
@@ -3851,7 +3851,7 @@ public:
   static bool classofKind(Kind K) { return K == FileScopeAsm; }
 };
 
-/// Pepresents a block literal declaration, which is like an
+/// Represents a block literal declaration, which is like an
 /// unnamed FunctionDecl.  For example:
 /// ^{ statement-body }   or   ^(int arg1, float arg2){ statement-body }
 class BlockDecl : public Decl, public DeclContext {




More information about the cfe-commits mailing list