Skip to content

Commit

Permalink
Edit typos (JaeYeopHan#150)
Browse files Browse the repository at this point in the history
* [Fix] REpresentational -> Representational

* [Update] SRT -> SRTF, SRT(Shortest Remaining time First) -> SRTF(Shortest Remaining Time First)

* [Update] Representational -> REpresentational
  • Loading branch information
lsh424 authored Feb 18, 2021
1 parent b774152 commit 95ea39b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* [CPU 스케줄러](#cpu-스케줄러)
* FCFS
* SJF
* SRT
* SRTF
* Priority scheduling
* RR
* [동기와 비동기의 차이](#동기와-비동기의-차이)
Expand Down Expand Up @@ -196,7 +196,7 @@ _스케줄링 대상은 Ready Queue 에 있는 프로세스들이다._

</br>

### SRT(Shortest Remaining time First)
### SRTF(Shortest Remaining Time First)

#### 특징

Expand Down

0 comments on commit 95ea39b

Please sign in to comment.