2015-05-23 05:09:34

by Shailendra Verma

[permalink] [raw]
Subject: [PATCH] kernel:acct - Fix typos in comment to file header.


Signed-off-by: Shailendra Verma <[email protected]>
---
kernel/acct.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kernel/acct.c b/kernel/acct.c
index 74963d1..fa972fa 100644
--- a/kernel/acct.c
+++ b/kernel/acct.c
@@ -24,8 +24,8 @@
* 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
- * was suspeneded we failed to stop it on umount(). Messy.
+ * Fixed a nasty interaction with with sys_umount(). If the accounting
+ * was suspended 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
* CAP_SYS_PACCT? Current code does the following: umount returns -EBUSY
--
1.7.9.5