We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef0fc5f commit 0f567adCopy full SHA for 0f567ad
library/std/src/sys/pal/unix/fs.rs
@@ -1337,7 +1337,7 @@ impl File {
1337
// Redox doesn't appear to support `UTIME_OMIT`.
1338
// ESP-IDF and HorizonOS do not support `futimens` at all and the behavior for those OS is therefore
1339
// the same as for Redox.
1340
- // `futimens` and `UTIME_OMIT` are a work in progress for vxworks.
+ // `futimens` and `UTIME_OMIT` are a work in progress for vxworks.
1341
let _ = times;
1342
Err(io::const_io_error!(
1343
io::ErrorKind::Unsupported,
0 commit comments