[PATCH] Fix typo in linux/kernel/acct.c

Huaxin posted 1 patch 1 year, 8 months ago
kernel/acct.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] Fix typo in linux/kernel/acct.c
Posted by Huaxin 1 year, 8 months ago
Correct 'suspeneded' to 'suspended'

Signed-off-by: Huaxin <hs139211@gmail.com>
---
 kernel/acct.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/acct.c b/kernel/acct.c
index 179848ad3..522b74b6a 100644
--- a/kernel/acct.c
+++ b/kernel/acct.c
@@ -26,7 +26,7 @@
  *  XTerms and EMACS are manifestations of pure evil. 21/10/98, AV.
  *
  *  Fixed a nasty interaction with sys_umount(). If the accounting
- *  was suspeneded we failed to stop it on umount(). Messy.
+ *  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
-- 
2.39.3 (Apple Git-146)