summaryrefslogtreecommitdiffstats
path: root/kernel/exit.c
diff options
context:
space:
mode:
authorFrans Klaver <fransklaver@gmail.com>2015-05-21 22:35:57 +0200
committerJiri Kosina <jkosina@suse.com>2015-08-07 13:59:49 +0200
commit3da56d1663158a23818a5b94721cd79f7e4342d7 (patch)
treee8453ed7cf5f611bbed93a7e2cf2ceafc0ef7bb2 /kernel/exit.c
parenteaf593c38d793ef1e63c90150a1555f5e6631b56 (diff)
downloadop-kernel-dev-3da56d1663158a23818a5b94721cd79f7e4342d7.zip
op-kernel-dev-3da56d1663158a23818a5b94721cd79f7e4342d7.tar.gz
kernel: exit: fix typo in comment
s,critiera,criteria, While at it, add a comma, because it makes sense grammatically. 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 031325e..ea95ee1 100644
--- a/kernel/exit.c
+++ b/kernel/exit.c
@@ -1471,7 +1471,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.
OpenPOWER on IntegriCloud