Some english fixes - "runned"

This commit is contained in:
Diogo Kersting
2015-07-17 09:33:14 -03:00
parent 45fe80f242
commit bfe6fc596a
3 changed files with 7 additions and 7 deletions

View File

@@ -441,7 +441,7 @@ init_idle(current, smp_processor_id());
calc_load_update = jiffies + LOAD_FREQ;
```
So, the `init` process will be runned, when there will no other candidates (as it first process in the system). In the end we just set `scheduler_running` variable:
So, the `init` process will be run, when there will be no other candidates (as it is the first process in the system). In the end we just set `scheduler_running` variable:
```C
scheduler_running = 1;