From 68964a7d6854826fd3cf4033f1a90dbb920f667b Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 27 Jul 2021 17:33:55 -0700 Subject: [PATCH] Fix copypasta of "Unix" within the WASI directory. --- library/std/src/os/wasi/io/raw.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")]