[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20240531175448.51389-1-hs139211@gmail.com>
Date: Sat, 1 Jun 2024 01:54:48 +0800
From: Huaxin <hs139211@...il.com>
To: linux-kernel@...r.kernel.org
Cc: jserv.tw@...il.com,
p96114175@...ncku.edu.tw,
Huaxin <hs139211@...il.com>
Subject: [PATCH] Fix typo in linux/kernel/acct.c
Correct 'suspeneded' to 'suspended'
Signed-off-by: Huaxin <hs139211@...il.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)
Powered by blists - more mailing lists