summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Format/CleanupTest.cpp
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2018-02-06 13:12:29 +0000
committerSylvestre Ledru <sylvestre@debian.org>2018-02-06 13:12:29 +0000
commitf8586ae80f86b892ad064e6d2aa940e31a676c0d (patch)
tree04009d1e34b33f00548eea937e8559c3d23ef283 /clang/unittests/Format/CleanupTest.cpp
parenta7a174686511dd7b3f3b7ca66983e644f52a4857 (diff)
downloadbcm5719-llvm-f8586ae80f86b892ad064e6d2aa940e31a676c0d.tar.gz
bcm5719-llvm-f8586ae80f86b892ad064e6d2aa940e31a676c0d.zip
Unittests misc. typos
By luz.paz llvm-svn: 324342
Diffstat (limited to 'clang/unittests/Format/CleanupTest.cpp')
-rw-r--r--clang/unittests/Format/CleanupTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/unittests/Format/CleanupTest.cpp b/clang/unittests/Format/CleanupTest.cpp
index 708fdf89689..032cc441ca2 100644
--- a/clang/unittests/Format/CleanupTest.cpp
+++ b/clang/unittests/Format/CleanupTest.cpp
@@ -496,7 +496,7 @@ TEST_F(CleanUpReplacementsTest, InsertNewSystemIncludeGoogleStyle) {
"#include \"y/a.h\"\n"
"#include \"z/b.h\"\n";
// FIXME: inserting after the empty line following the main header might be
- // prefered.
+ // preferred.
std::string Expected = "#include \"x/fix.h\"\n"
"#include <vector>\n"
"\n"
OpenPOWER on IntegriCloud