Skip to content

Commit 467d61e

Browse files
committed
Fix typo in comment
1 parent 014c7fa commit 467d61e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/quick-lint-js/file-matcher.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ inline ::testing::AssertionResult assert_same_file(const char* lhs_expr,
3333
const char* rhs_path) {
3434
bool same;
3535
#if QLJS_HAVE_STD_FILESYSTEM
36-
// TODO(strager): std::filesystem::equivalent treats differnt symlinks
36+
// TODO(strager): std::filesystem::equivalent treats different symlinks
3737
// pointing to the same file as equivalent. This behavior differs from our
3838
// lstat-based implementation below.
3939
same = std::filesystem::equivalent(lhs_path, rhs_path);

0 commit comments

Comments
 (0)