From 432dfa0a20bdfa2036786e5536188050a0ce6efc 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 282a9cbbe4..e33689b151 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