From fceb749be28a2978a6463e1bdd6c553c7d1a79fe Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Wed, 16 Feb 2022 13:21:30 +0000 Subject: More typs in nmount fixe --- md/writeup/writing_linux_mount_utility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'md/writeup/writing_linux_mount_utility.md') diff --git a/md/writeup/writing_linux_mount_utility.md b/md/writeup/writing_linux_mount_utility.md index 9878c2f..0959f93 100644 --- a/md/writeup/writing_linux_mount_utility.md +++ b/md/writeup/writing_linux_mount_utility.md @@ -106,7 +106,7 @@ long do_mount( ## Filesystems There is always a mystery where all parameters that are supported by particular filesystem comes from. -I spend some time to find places where all params that are supported for procfs, devtmps and tempfs comes from. +I spent some time to find places where all params that are supported for procfs, devtmps and tempfs come from. ### Procfs -- cgit v1.2.3