Skip to content

Commit 7faea15

Browse files
committed
Fix typo
1 parent 209dc9b commit 7faea15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • operating-system/mutex-semaphore/han

operating-system/mutex-semaphore/han/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Mutex
22
- Mutual (mut) + Exclusion (ex) 의 합성어
3-
- 상호 배제를 이ㅇ
3+
- 상호 배제를 의미
44
- 여러 스레드를 실행하는 환경, 자원에 대한 접근을 강제하기 위한 동기화 방식
55

66
> Mutual Exclusion

0 commit comments

Comments
 (0)