mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-22 17:03:23 +00:00
Fix all spelling mistakes in history by typos tool
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
b29d3b5409
commit
86f09eef75
@ -279,7 +279,7 @@ int test_sigchld()
|
||||
int pid = fork();
|
||||
if (pid == 0) {
|
||||
// child process
|
||||
printf("create a new proces successfully (pid = %d)\n",
|
||||
printf("create a new process successfully (pid = %d)\n",
|
||||
getpid());
|
||||
fflush(stdout);
|
||||
exit(0);
|
||||
|
Reference in New Issue
Block a user