From: Nico Weber Date: Wed, 26 Jun 2013 02:42:46 +0000 (+0000) Subject: Fix a comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1907c57be5319397b722cbd3b8a4cdf2dbb8ce29;p=clang Fix a comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184905 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Format/Format.cpp b/lib/Format/Format.cpp index ebcc26d33f..766be71bbd 100644 --- a/lib/Format/Format.cpp +++ b/lib/Format/Format.cpp @@ -480,7 +480,7 @@ private: /// \brief Appends the next token to \p State and updates information /// necessary for indentation. /// - /// Puts the token on the current line if \p Newline is \c true and adds a + /// Puts the token on the current line if \p Newline is \c false and adds a /// line break and necessary indentation otherwise. /// /// If \p DryRun is \c false, also creates and stores the required