diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2018-02-06 13:12:29 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2018-02-06 13:12:29 +0000 |
commit | f8586ae80f86b892ad064e6d2aa940e31a676c0d (patch) | |
tree | 04009d1e34b33f00548eea937e8559c3d23ef283 /clang/unittests/Format/CleanupTest.cpp | |
parent | a7a174686511dd7b3f3b7ca66983e644f52a4857 (diff) | |
download | bcm5719-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.cpp | 2 |
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" |