diff options
author | JF Bastien <jfbastien@apple.com> | 2019-02-12 20:19:16 +0000 |
---|---|---|
committer | JF Bastien <jfbastien@apple.com> | 2019-02-12 20:19:16 +0000 |
commit | 09197775c51e32c160cb5c0e75498aa3bcf64f24 (patch) | |
tree | ee82d2a0dae1815850890a99acd0f385c825adc9 | |
parent | 9850a4827510d86046e8034511f442f267760c3b (diff) | |
download | bcm5719-llvm-09197775c51e32c160cb5c0e75498aa3bcf64f24.tar.gz bcm5719-llvm-09197775c51e32c160cb5c0e75498aa3bcf64f24.zip |
[NFC] typo
llvm-svn: 353875
-rw-r--r-- | clang/include/clang/AST/Decl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/AST/Decl.h b/clang/include/clang/AST/Decl.h index 933166691a0..526e2107afa 100644 --- a/clang/include/clang/AST/Decl.h +++ b/clang/include/clang/AST/Decl.h @@ -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 { |