From 4a638564fba1fb74f3db14edacef025baf61ae05 Mon Sep 17 00:00:00 2001 From: luohewuyang Date: Mon, 22 Dec 2025 11:16:37 +0800 Subject: [PATCH] Fix grammar in hermit.rs documentation comment Signed-off-by: luohewuyang --- src/hermit.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hermit.rs b/src/hermit.rs index 331b6b1..721db08 100644 --- a/src/hermit.rs +++ b/src/hermit.rs @@ -2,7 +2,7 @@ //! //! Currently, the error handling in RustyHermit isn't clearly //! defined. At the current stage of RustyHermit, only a placeholder -//! is provided to be compatible to the classical errno interface. +//! is provided to be compatible with the classical errno interface. // Copyright 2015 The Rust Project Developers. See the COPYRIGHT // file at the top-level directory of this distribution and at