Skip to content

Commit 6ba7c13

Browse files
authored
Merge pull request CyC2018#23 from lingfengsan/master
修改错别字
2 parents 8123d01 + 4f75910 commit 6ba7c13

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
@@ -157,7 +157,7 @@
157157

158158
### 3. 区别
159159

160-
- 拥有资源:进程是资源分配的基本单位,但是线程不拥有资源,线程可以访问率属进程的资源
160+
- 拥有资源:进程是资源分配的基本单位,但是线程不拥有资源,线程可以访问隶属进程的资源
161161

162162
- 调度:线程是独立调度的基本单位,在同一进程中,线程的切换不会引起进程切换,从一个进程内的线程切换到另一个进程中的线程时,会引起进程切换。
163163

0 commit comments

Comments
 (0)