summaryrefslogtreecommitdiffstats
path: root/test/Sema
diff options
context:
space:
mode:
authorHiroshi Inoue <inouehrs@jp.ibm.com>2017-07-02 06:12:49 +0000
committerHiroshi Inoue <inouehrs@jp.ibm.com>2017-07-02 06:12:49 +0000
commit58123a81df74bcd2051b11f77a6a38277764a0d7 (patch)
tree779f875b92cbfb247712c16293fbf42d7f4b026e /test/Sema
parentae5fad5a9a55faf2510a32c4d55fc728c1f29427 (diff)
fix trivial typos in comments; NFC
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@306969 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Sema')
-rw-r--r--test/Sema/warn-documentation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/warn-documentation.cpp b/test/Sema/warn-documentation.cpp
index 0c92b2aa02..ccf374ccd0 100644
--- a/test/Sema/warn-documentation.cpp
+++ b/test/Sema/warn-documentation.cpp
@@ -1186,7 +1186,7 @@ class Predicate
/// @brief A C++ wrapper class for providing threaded access to a value
/// of type T.
///
-/// A template specilization class.
+/// A template specialization class.
//----------------------------------------------------------------------
template<> class Predicate<int, char>
{