From f8586ae80f86b892ad064e6d2aa940e31a676c0d Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 6 Feb 2018 13:12:29 +0000 Subject: Unittests misc. typos By luz.paz llvm-svn: 324342 --- clang/unittests/Format/CleanupTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/unittests/Format/CleanupTest.cpp') 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 \n" "\n" -- cgit v1.2.3