From a5cc6323c17f09b1e9f7888d77b57e6b7cadefb1 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Wed, 30 Dec 2020 20:05:57 -0800 Subject: [PATCH] sys-utils: mount.8: fix a typo It should be "inode", not "i-node". Signed-off-by: Eric Biggers --- sys-utils/mount.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-utils/mount.8 b/sys-utils/mount.8 index d5fa55f43b..c04dbbf17b 100644 --- a/sys-utils/mount.8 +++ b/sys-utils/mount.8 @@ -1300,7 +1300,7 @@ or .IP - an undeleted inode is evicted from memory .IP - -more than 24 hours have passed since the i-node was written to disk. +more than 24 hours have passed since the inode was written to disk. .RE .sp .TP -- 2.47.2