Skip to content

Commit ca8441d

Browse files
committed
[clang-format][NFC] Fix a typo.
1 parent 0930812 commit ca8441d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/lib/Format/MatchFilePath.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ using namespace llvm;
1919
namespace clang {
2020
namespace format {
2121

22-
// Check whether `FilePath` matches `Pattern` based on POSIX (1003.1-2008)
23-
// 2.13.1, 2.13.2, and Rule 1 of 2.13.3.
22+
// Check whether `FilePath` matches `Pattern` based on POSIX 2.13.1, 2.13.2, and
23+
// Rule 1 of 2.13.3.
2424
bool matchFilePath(StringRef Pattern, StringRef FilePath) {
2525
assert(!Pattern.empty());
2626
assert(!FilePath.empty());

0 commit comments

Comments
 (0)