aboutsummaryrefslogtreecommitdiff
path: root/kernel/exit.c
diff options
context:
space:
mode:
authorFrans Klaver <fransklaver@gmail.com>2015-05-21 22:35:57 +0200
committerMoyster <oysterized@gmail.com>2019-05-02 18:29:36 +0200
commitc8743d95c24ba331fad128f9130212574ff2e7f7 (patch)
tree52b410ce7c7bb4e46512f906829883a7f84acc5d /kernel/exit.c
parentc1835fd859ab1e079a2e644d8174b1c1b80a50fe (diff)
kernel: exit: fix typo in comment
s,critiera,criteria, While at it, add a comma, because it makes sense grammatically. Change-Id: I055df466229e937564f28968605530b9dd0dbad5 Signed-off-by: Frans Klaver <fransklaver@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.com>
Diffstat (limited to 'kernel/exit.c')
-rw-r--r--kernel/exit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/exit.c b/kernel/exit.c
index e17cd66b3..ff204fa8b 100644
--- a/kernel/exit.c
+++ b/kernel/exit.c
@@ -1510,7 +1510,7 @@ static long do_wait(struct wait_opts *wo)
add_wait_queue(&current->signal->wait_chldexit, &wo->child_wait);
repeat:
/*
- * If there is nothing that can match our critiera just get out.
+ * If there is nothing that can match our criteria, just get out.
* We will clear ->notask_error to zero if we see any child that
* might later match our criteria, even if we are not able to reap
* it yet.