浏览代码

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.