summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/Format.cpp
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2013-06-26 02:42:46 +0000
committerNico Weber <nicolasweber@gmx.de>2013-06-26 02:42:46 +0000
commitf579ab302a2f39f80f8569f486fe4171b81fbf2d (patch)
treedc370d76b1a90dc8c0ea5b1a1407de59cda9047a /clang/lib/Format/Format.cpp
parent68ad0e7154c9a92dd10622c5541dfc8ecd1bded9 (diff)
downloadbcm5719-llvm-f579ab302a2f39f80f8569f486fe4171b81fbf2d.tar.gz
bcm5719-llvm-f579ab302a2f39f80f8569f486fe4171b81fbf2d.zip
Fix a comment.
llvm-svn: 184905
Diffstat (limited to 'clang/lib/Format/Format.cpp')
-rw-r--r--clang/lib/Format/Format.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Format/Format.cpp b/clang/lib/Format/Format.cpp
index ebcc26d33f0..766be71bbdf 100644
--- a/clang/lib/Format/Format.cpp
+++ b/clang/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
OpenPOWER on IntegriCloud