r184905 - Fix a comment.
Nico Weber
nicolasweber at gmx.de
Tue Jun 25 19:42:47 PDT 2013
Author: nico
Date: Tue Jun 25 21:42:46 2013
New Revision: 184905
URL: http://llvm.org/viewvc/llvm-project?rev=184905&view=rev
Log:
Fix a comment.
Modified:
cfe/trunk/lib/Format/Format.cpp
Modified: cfe/trunk/lib/Format/Format.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Format/Format.cpp?rev=184905&r1=184904&r2=184905&view=diff
==============================================================================
--- cfe/trunk/lib/Format/Format.cpp (original)
+++ cfe/trunk/lib/Format/Format.cpp Tue Jun 25 21:42:46 2013
@@ -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
More information about the cfe-commits
mailing list