Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
fix(binary): correct typo
Browse files Browse the repository at this point in the history
Signed-off-by: hwk2077 <[email protected]>
  • Loading branch information
Kalvin2077 committed Dec 4, 2023
1 parent 52f8fa6 commit 5869ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/binary.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 5869ee6

Please sign in to comment.