[clang-tools-extra] r283865 - Fix typo in documentation

Malcolm Parsons via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 11 02:42:14 PDT 2016


Author: malcolm.parsons
Date: Tue Oct 11 04:42:13 2016
New Revision: 283865

URL: http://llvm.org/viewvc/llvm-project?rev=283865&view=rev
Log:
Fix typo in documentation

Modified:
    clang-tools-extra/trunk/docs/clang-tidy/checks/google-runtime-references.rst

Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/google-runtime-references.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/google-runtime-references.rst?rev=283865&r1=283864&r2=283865&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/google-runtime-references.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/google-runtime-references.rst Tue Oct 11 04:42:13 2016
@@ -14,4 +14,4 @@ Options
 
 .. option:: WhiteListTypes
 
-   A semicolon-separated list of names of whitelist types. Defualt is empty.
+   A semicolon-separated list of names of whitelist types. Default is empty.




More information about the cfe-commits mailing list