summaryrefslogtreecommitdiffstats
path: root/clang/docs/LibASTMatchersReference.html
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2013-09-09 14:48:42 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2013-09-09 14:48:42 +0000
commit60509af49add1fedf59d0e117c90c273b70fdaed (patch)
treeb3cd1b3d1ce868b75152ec082ed01d9ded033294 /clang/docs/LibASTMatchersReference.html
parentdfd8afa02b283a053c57c3f801dfce4c084b4280 (diff)
downloadbcm5719-llvm-60509af49add1fedf59d0e117c90c273b70fdaed.tar.gz
bcm5719-llvm-60509af49add1fedf59d0e117c90c273b70fdaed.zip
Fix constructor-related typos.
Noticed by Roman Divacky. llvm-svn: 190311
Diffstat (limited to 'clang/docs/LibASTMatchersReference.html')
-rw-r--r--clang/docs/LibASTMatchersReference.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/LibASTMatchersReference.html b/clang/docs/LibASTMatchersReference.html
index 6f8f6a07c79..e95e09558a5 100644
--- a/clang/docs/LibASTMatchersReference.html
+++ b/clang/docs/LibASTMatchersReference.html
@@ -1351,7 +1351,7 @@ by the compiler (eg. implicit defaultcopy constructors).
<tr><td>Matcher&lt<a href="http://clang.llvm.org/doxygen/classclang_1_1CXXCtorInitializer.html">CXXCtorInitializer</a>&gt;</td><td class="name" onclick="toggle('isWritten0')"><a name="isWritten0Anchor">isWritten</a></td><td></td></tr>
-<tr><td colspan="4" class="doc" id="isWritten0"><pre>Matches a contructor initializer if it is explicitly written in
+<tr><td colspan="4" class="doc" id="isWritten0"><pre>Matches a constructor initializer if it is explicitly written in
code (as opposed to implicitly added by the compiler).
Given
OpenPOWER on IntegriCloud