From 5869ee6d2b6dcea9469bb524ee4f98d980c605e7 Mon Sep 17 00:00:00 2001 From: hwk2077 Date: Mon, 4 Dec 2023 15:48:15 +0800 Subject: [PATCH] fix(binary): correct typo Signed-off-by: hwk2077 --- src/binary.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/binary.rs b/src/binary.rs index f640ea1..4147124 100644 --- a/src/binary.rs +++ b/src/binary.rs @@ -182,7 +182,7 @@ impl SbiRet { } /// SBI call failed for shared memory is not available, - /// e.g. Nested acceleration shared memory is available. + /// e.g. Nested acceleration shared memory is not available. #[inline] pub const fn no_shmem() -> Self { Self {