Skip to content

Commit 91b19d9

Browse files
authored
Merge pull request #912 from gorda/change-wording
change the wording
2 parents b9c4c71 + 809a7b6 commit 91b19d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notes/计算机操作系统 - 内存管理.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ NRU 优先换出已经被修改的脏页面(R=0,M=1),而不是被频繁
9494
9595
选择换出的页面是最先进入的页面。
9696

97-
该算法会将那些经常被访问的页面也被换出,从而使缺页率升高
97+
该算法也会将那些经常被访问的页面换出,导致缺页率升高
9898

9999
## 5. 第二次机会算法
100100

0 commit comments

Comments
 (0)