Skip to content

Commit

Permalink
chore: typos with typos
Browse files Browse the repository at this point in the history
  • Loading branch information
RiverOnVenus committed Dec 15, 2024
1 parent 6a18ee1 commit 4ff3618
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ NearYou 模板最简单,输入 0 回车即可。

<a data-fancybox="gallery" href="../assets/img/post/seeker/img17.png"><img src="../assets/img/post/seeker/img17.png">

[1] Google Dirve:
[1] Google Drive:

Google Drive 模板需要填一个 URL,什么 URL 都行,不过填 Google Drive File 的 URL 更具欺骗性。

Expand Down Expand Up @@ -112,7 +112,7 @@ NearYou:

<a data-fancybox="gallery" href="../assets/img/post/seeker/img18.png"><img src="../assets/img/post/seeker/img18.png">

Google Dirve:
Google Drive:

<a data-fancybox="gallery" href="../assets/img/post/seeker/img16.png"><img src="../assets/img/post/seeker/img16.png">

Expand Down
2 changes: 1 addition & 1 deletion _posts/2022-11-09-linux-cpu-schedulers.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ comments: true
- [MuQSS](http://ck.kolivas.org/patches/muqss/sched-MuQSS.txt) - Multiple Queue Skiplist Scheduler (MuQSS) is a rewritten implementation of the Brain Fuck Scheduler (BFS) concept.
- [PDS](https://gitlab.com/alfredchen/linux-prjc) - PDS (Priority and Deadline based Skiplist multiple queue scheduler) is a linux CPU scheduler whose design principles are to be a simple CPU process scheduler yet efficient and scalable.
- [Sched-ext](https://github.com/sched-ext/scx) - sched_ext is a Linux kernel feature which enables implementing kernel thread schedulers in BPF and dynamically loading them. This repository contains various scheduler implementations and support utilities.
- [TT](https://github.com/hamadmarri/TT-CPU-Scheduler) - The goal of the Task Type (TT) scheduler is to detect tasks types based on their behaviours and control the schedulling based on their types. Not supported after version 6.6.
- [TT](https://github.com/hamadmarri/TT-CPU-Scheduler) - The goal of the Task Type (TT) scheduler is to detect tasks types based on their behaviours and control the scheduling based on their types. Not supported after version 6.6.

(按照字母排序)

Expand Down
2 changes: 1 addition & 1 deletion _posts/2024-04-16-tcp-listen.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ int main(int argc, char *argv[]) {
if (-1 == ret) {
perror("connect");
} else {
printf("conneted\n");
printf("connected\n");
}
close(sockfd);
return 0;
Expand Down

0 comments on commit 4ff3618

Please sign in to comment.