Skip to content

Commit ed1859a

Browse files
committed
Fix typo in comment
1 parent de85e21 commit ed1859a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/configuration-loader.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ configuration* configuration_loader::find_and_load_config_file(
6868
parent_directory.parent();
6969
}
7070

71-
// TODO(strager): Directory -> config to reduce lookups in cases like the
71+
// TODO(strager): Cache directory->config to reduce lookups in cases like the
7272
// following:
7373
//
7474
// input paths: ./a/b/c/d/1.js, ./a/b/c/d/2.js, ./a/b/c/d/3.js

0 commit comments

Comments
 (0)