소스 검색

rustsbi: minor document fix on fence module

Signed-off-by: luojia65 <[email protected]>
luojia65 3 년 전
부모
커밋
38b2fa647e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/rfence.rs

+ 1 - 1
src/rfence.rs

@@ -6,7 +6,7 @@ use alloc::boxed::Box;
 /// Remote fence support
 ///
 /// The remote fence function acts as a full TLB flush if
-/// - `start_addr` and `size` are both 0, and
+/// - `start_addr` and `size` are both 0, or
 /// - `size` is equal to `usize::MAX`.
 pub trait Rfence: Send {
     /// Instructs remote harts to execute `FENCE.I` instruction.