diff options
author | Nico Weber <nicolasweber@gmx.de> | 2013-06-26 02:42:46 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2013-06-26 02:42:46 +0000 |
commit | f579ab302a2f39f80f8569f486fe4171b81fbf2d (patch) | |
tree | dc370d76b1a90dc8c0ea5b1a1407de59cda9047a /clang/lib/Format/Format.cpp | |
parent | 68ad0e7154c9a92dd10622c5541dfc8ecd1bded9 (diff) | |
download | bcm5719-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.cpp | 2 |
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 |