Skip to content

Commit e5b16ea

Browse files
authored
Merge pull request Snailclimb#131 from illusorycloud/patch-2
Fix:错别字
2 parents 5e6416b + 8e17ece commit e5b16ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Java相关/Multithread/AQS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ AQS使用一个int成员变量来表示同步状态,通过内置的FIFO队列
5858
private volatile int state;//共享变量,使用volatile修饰保证线程可见性
5959
```
6060

61-
状态信息通过procted类型的getState,setState,compareAndSetState进行操作
61+
状态信息通过protected类型的getState,setState,compareAndSetState进行操作
6262

6363
```java
6464

0 commit comments

Comments
 (0)