about summary refs log tree commit diff
path: root/library/std/src/os
diff options
context:
space:
mode:
authorDan Gohman <dev@sunfishcode.online>2021-07-27 17:33:55 -0700
committerDan Gohman <dev@sunfishcode.online>2021-08-19 12:02:40 -0700
commit68964a7d6854826fd3cf4033f1a90dbb920f667b (patch)
treef9246a963a4183f95e578dc55387d5a3a3431b93 /library/std/src/os
parent1b35f7405ae2045d02c4739020d11c1480a8e01a (diff)
downloadrust-68964a7d6854826fd3cf4033f1a90dbb920f667b.tar.gz
rust-68964a7d6854826fd3cf4033f1a90dbb920f667b.zip
Fix copypasta of "Unix" within the WASI directory.
Diffstat (limited to 'library/std/src/os')
-rw-r--r--library/std/src/os/wasi/io/raw.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/os/wasi/io/raw.rs b/library/std/src/os/wasi/io/raw.rs
index 3e935e2502e..5e3d0873440 100644
--- a/library/std/src/os/wasi/io/raw.rs
+++ b/library/std/src/os/wasi/io/raw.rs
@@ -1,4 +1,4 @@
-//! Unix-specific extensions to general I/O primitives.
+//! WASI-specific extensions to general I/O primitives.
 
 #![unstable(feature = "wasi_ext", issue = "71213")]