Skip to content

Commit db46bf7

Browse files
authored
Fix typo in comment (#601)
As suggested by @alexcrichton in a comment on #599 , I'm submitting a small PR so that my future PRs will auto-trigger CI.
1 parent 4525255 commit db46bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc-bottom-half/sources/preopens.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ int __wasilibc_find_abspath(const char *path,
180180
const char **relative_path) {
181181
__wasilibc_populate_preopens();
182182

183-
// Strip leading `/` characters, the prefixes we're mataching won't have
183+
// Strip leading `/` characters, the prefixes we're matching won't have
184184
// them.
185185
while (*path == '/')
186186
path++;

0 commit comments

Comments
 (0)