]> git.karo-electronics.de Git - linux-beck.git/commitdiff
kernel: exit: fix typo in comment
authorFrans Klaver <fransklaver@gmail.com>
Thu, 21 May 2015 20:35:57 +0000 (22:35 +0200)
committerJiri Kosina <jkosina@suse.com>
Fri, 7 Aug 2015 11:59:49 +0000 (13:59 +0200)
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>
kernel/exit.c

index 031325e9acf90a0d87184fd3ed0acc5e0ec0b956..ea95ee1b5ef7038ec1ade3f5cd5d98181177f22f 100644 (file)
@@ -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.