Skip to content

Commit 0f567ad

Browse files
author
B I Mohammed Abbas
committed
Remove extra space from comment
1 parent ef0fc5f commit 0f567ad

File tree

1 file changed

+1
-1
lines changed
  • library/std/src/sys/pal/unix

1 file changed

+1
-1
lines changed

Diff for: library/std/src/sys/pal/unix/fs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1337,7 +1337,7 @@ impl File {
13371337
// Redox doesn't appear to support `UTIME_OMIT`.
13381338
// ESP-IDF and HorizonOS do not support `futimens` at all and the behavior for those OS is therefore
13391339
// the same as for Redox.
1340-
// `futimens` and `UTIME_OMIT` are a work in progress for vxworks.
1340+
// `futimens` and `UTIME_OMIT` are a work in progress for vxworks.
13411341
let _ = times;
13421342
Err(io::const_io_error!(
13431343
io::ErrorKind::Unsupported,

0 commit comments

Comments
 (0)