diff --git a/clang/lib/Format/MatchFilePath.cpp b/clang/lib/Format/MatchFilePath.cpp index 412ee4954587e..062b334dcdd8f 100644 --- a/clang/lib/Format/MatchFilePath.cpp +++ b/clang/lib/Format/MatchFilePath.cpp @@ -19,8 +19,8 @@ using namespace llvm; namespace clang { namespace format { -// Check whether `FilePath` matches `Pattern` based on POSIX (1003.1-2008) -// 2.13.1, 2.13.2, and Rule 1 of 2.13.3. +// Check whether `FilePath` matches `Pattern` based on POSIX 2.13.1, 2.13.2, and +// Rule 1 of 2.13.3. bool matchFilePath(StringRef Pattern, StringRef FilePath) { assert(!Pattern.empty()); assert(!FilePath.empty());