summaryrefslogtreecommitdiffstats
path: root/docs/LibASTMatchersReference.html
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2019-04-03 13:37:56 +0000
committerAaron Ballman <aaron@aaronballman.com>2019-04-03 13:37:56 +0000
commit8693138716e2211a3ce8c5e6be4f85bf7eed95f6 (patch)
tree26c0b45c9f30d63dbdafa9d3b58f992caf476c2d /docs/LibASTMatchersReference.html
parent802052c5da46a5643adecf280af687a54a7f1087 (diff)
Fixing a typo; NFC.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@357579 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LibASTMatchersReference.html')
-rw-r--r--docs/LibASTMatchersReference.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LibASTMatchersReference.html b/docs/LibASTMatchersReference.html
index 10b9ebf19b..3f8e4178d6 100644
--- a/docs/LibASTMatchersReference.html
+++ b/docs/LibASTMatchersReference.html
@@ -2773,7 +2773,7 @@ Decl has pointer identity in the AST.
Given
__attribute__((device)) void f() { ... }
decl(hasAttr(clang::attr::CUDADevice)) matches the function declaration of
-f. If the matcher is use from clang-query, attr::Kind parameter should be
+f. If the matcher is used from clang-query, attr::Kind parameter should be
passed as a quoted string. e.g., hasAttr("attr::CUDADevice").
</pre></td></tr>