From f1560799214e5dbf38d6c01e3fea8bbfc818dcba Mon Sep 17 00:00:00 2001 From: Malcolm Parsons Date: Tue, 11 Oct 2016 09:42:13 +0000 Subject: [PATCH] Fix typo in documentation llvm-svn: 283865 --- clang-tools-extra/docs/clang-tidy/checks/google-runtime-references.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang-tools-extra/docs/clang-tidy/checks/google-runtime-references.rst b/clang-tools-extra/docs/clang-tidy/checks/google-runtime-references.rst index d546aaf..a210ccc 100644 --- a/clang-tools-extra/docs/clang-tidy/checks/google-runtime-references.rst +++ b/clang-tools-extra/docs/clang-tidy/checks/google-runtime-references.rst @@ -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. -- 2.7.4