kernel/fork.c: fix typos
authorXiaofeng Cao <cxfcosmos@gmail.com>
Fri, 7 May 2021 01:04:28 +0000 (18:04 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 7 May 2021 02:24:13 +0000 (19:24 -0700)
commita8ca6b1388a91c79dad257a7cc0bc14c009312fe
tree0b1c979c5665205a8e6042eaebbcb7d4b8a0fb97
parenta6895399380ab58d9efd0a0bec2fcb98d77e20bd
kernel/fork.c: fix typos

change 'ancestoral' to 'ancestral'
change 'reuseable' to 'reusable'
delete 'do' grammatically

Link: https://lkml.kernel.org/r/20210317082031.11692-1-caoxiaofeng@yulong.com
Signed-off-by: Xiaofeng Cao <caoxiaofeng@yulong.com>
Reviewed-by: Christian Brauner <christian.brauner@ubuntu.com>
Cc: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/fork.c