Explorar o código

Fix typos.

Signed-off-by: Jingyu Wang <jingyuwang_vip@163.com>
Jingyu Wang %!s(int64=2) %!d(string=hai) anos
pai
achega
90f3cf49fa
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Initialization/linux-initialization-8.md

+ 1 - 1
Initialization/linux-initialization-8.md

@@ -340,7 +340,7 @@ The first is for case when scheduling of task groups is enabled with `completely
 * scheduler entity structure;
 * `runqueue`.
 
-After we have calculated size, we allocate a space with the `kzalloc` function and set pointers of `sched_entity` and `runquques` there:
+After we have calculated size, we allocate a space with the `kzalloc` function and set pointers of `sched_entity` and `runqueues` there:
 
 ```C
 ptr = (unsigned long)kzalloc(alloc_size, GFP_NOWAIT);