Skip to content

Commit cc64a37

Browse files
committed
library: std: hermit: Update name of the Hermit operating system
The HermitCore name was dropped a while ago, the project is now simply called "Hermit".
1 parent 8ecb3e4 commit cc64a37

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

library/std/src/os/hermit/ffi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! HermitCore-specific extension to the primitives in the `std::ffi` module
1+
//! Hermit-specific extension to the primitives in the `std::ffi` module
22
//!
33
//! # Examples
44
//!

library/std/src/sys/pal/hermit/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
//! System bindings for HermitCore
1+
//! System bindings for Hermit
22
//!
33
//! This module contains the facade (aka platform-specific) implementations of
4-
//! OS level functionality for HermitCore.
4+
//! OS level functionality for Hermit.
55
//!
66
//! This is all super highly experimental and not actually intended for
77
//! wide/production use yet, it's still all in the experimental category. This
@@ -30,7 +30,7 @@ pub fn unsupported<T>() -> io::Result<T> {
3030
}
3131

3232
pub fn unsupported_err() -> io::Error {
33-
io::const_error!(io::ErrorKind::Unsupported, "operation not supported on HermitCore yet")
33+
io::const_error!(io::ErrorKind::Unsupported, "operation not supported on Hermit yet")
3434
}
3535

3636
pub fn abort_internal() -> ! {

0 commit comments

Comments
 (0)