Skip to content

Commit

Permalink
[clang-format][NFC] Fix a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
owenca committed Dec 30, 2023
1 parent 0930812 commit ca8441d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clang/lib/Format/MatchFilePath.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit ca8441d

Please sign in to comment.