summaryrefslogtreecommitdiffstats
path: root/kernel/acct.c
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2020-10-15 20:10:28 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2020-10-16 11:11:19 -0700
commit7b7b8a2c9560efb5874ea1d84d1dce5ba4c8c487 (patch)
tree55bd1c88bc92271eea158ea7ded780b80410098a /kernel/acct.c
parent15ec0fcff6dab37533e02e2092d9228726186366 (diff)
downloadlinux-7b7b8a2c9560efb5874ea1d84d1dce5ba4c8c487.tar.gz
linux-7b7b8a2c9560efb5874ea1d84d1dce5ba4c8c487.tar.bz2
linux-7b7b8a2c9560efb5874ea1d84d1dce5ba4c8c487.zip
kernel/: fix repeated words in comments
Fix multiple occurrences of duplicated words in kernel/. Fix one typo/spello on the same line as a duplicate word. Change one instance of "the the" to "that the". Otherwise just drop one of the repeated words. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Link: https://lkml.kernel.org/r/98202fa6-8919-ef63-9efe-c0fad5ca7af1@infradead.org Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel/acct.c')
-rw-r--r--kernel/acct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/acct.c b/kernel/acct.c
index b0c5b3a9f5af..a1b3cf7b3c4b 100644
--- a/kernel/acct.c
+++ b/kernel/acct.c
@@ -25,7 +25,7 @@
* Now we silently close acct_file on attempt to reopen. Cleaned sys_acct().
* XTerms and EMACS are manifestations of pure evil. 21/10/98, AV.
*
- * Fixed a nasty interaction with with sys_umount(). If the accointing
+ * Fixed a nasty interaction with sys_umount(). If the accounting
* was suspeneded we failed to stop it on umount(). Messy.
* Another one: remount to readonly didn't stop accounting.
* Question: what should we do if we have CAP_SYS_ADMIN but not