diff --git a/lib/wasi/src/state/mod.rs b/lib/wasi/src/state/mod.rs index f8a73da3eca..aff57ff9a96 100644 --- a/lib/wasi/src/state/mod.rs +++ b/lib/wasi/src/state/mod.rs @@ -976,7 +976,7 @@ impl WasiFs { // calling `path_open` can give you an fd to the same inode as a preopen fd entries.remove(&key); self.preopen_fds.remove(i); - // Maybe recursively closes fds if og preopen? + // Maybe recursively closes fds if original preopen? } } }