[PATCH] kernel:acct - fix for duplicate word in comment to file header

From: Shailendra Verma
Date: Thu Jun 04 2015 - 10:26:46 EST


Signed-off-by: Shailendra Verma <shailendra.capricorn@xxxxxxxxx>
---
kernel/acct.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/acct.c b/kernel/acct.c
index fa972fa..6bb78d6 100644
--- a/kernel/acct.c
+++ b/kernel/acct.c
@@ -24,7 +24,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 accounting
+ * Fixed a nasty interaction 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
--
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/