From f6a24ce40fd5e807a5e71b17d0c04866e195fb87 Mon Sep 17 00:00:00 2001 From: Alp Toker Date: Thu, 5 Dec 2013 16:25:25 +0000 Subject: Fix a tranche of comment, test and doc typos llvm-svn: 196510 --- clang/lib/Format/WhitespaceManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/lib/Format/WhitespaceManager.h') diff --git a/clang/lib/Format/WhitespaceManager.h b/clang/lib/Format/WhitespaceManager.h index ae6202395f6..f94464ff38a 100644 --- a/clang/lib/Format/WhitespaceManager.h +++ b/clang/lib/Format/WhitespaceManager.h @@ -51,7 +51,7 @@ public: unsigned StartOfTokenColumn, bool InPPDirective = false); - /// \brief Adds information about an unchangable token's whitespace. + /// \brief Adds information about an unchangeable token's whitespace. /// /// Needs to be called for every token for which \c replaceWhitespace /// was not called. -- cgit v1.2.3