]> granicus.if.org Git - clang/commitdiff
[NFC] typo
authorJF Bastien <jfbastien@apple.com>
Tue, 12 Feb 2019 20:19:16 +0000 (20:19 +0000)
committerJF Bastien <jfbastien@apple.com>
Tue, 12 Feb 2019 20:19:16 +0000 (20:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@353875 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/Decl.h

index 933166691a0145e1809fa60f19114a25d7fd9662..526e2107afa042d304efe0459f710db1265a94c9 100644 (file)
@@ -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 {