Fix copypasta of "Unix" within the WASI directory.

This commit is contained in:
Dan Gohman 2021-07-27 17:33:55 -07:00
parent 1b35f7405a
commit 68964a7d68

View File

@ -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")]