Skip to content

Commit

Permalink
修改一个错别字
Browse files Browse the repository at this point in the history
  • Loading branch information
reedthink committed Mar 10, 2020
1 parent 2374aa0 commit f39a33c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1896,7 +1896,7 @@ B树/B+树 |O(log<sub>2</sub>n) | |

#### 原因

在现代操作系统里,同一时间可能有多个内核执行流在执行,因此内核其实象多进程多线程编程一样也需要一些同步机制来同步各执行单元对共享数据的访问。尤其是在多处理器系统上,更需要一些同步机制来同步不同处理器上的执行单元对共享的数据的访问。
在现代操作系统里,同一时间可能有多个内核执行流在执行,因此内核其实像多进程多线程编程一样也需要一些同步机制来同步各执行单元对共享数据的访问。尤其是在多处理器系统上,更需要一些同步机制来同步不同处理器上的执行单元对共享的数据的访问。

#### 同步方式

Expand Down

0 comments on commit f39a33c

Please sign in to comment.