diff options
author | FreeArtMan <dos21h@gmail.com> | 2022-02-16 13:21:30 +0000 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2022-02-16 13:21:30 +0000 |
commit | fceb749be28a2978a6463e1bdd6c553c7d1a79fe (patch) | |
tree | 2ff6ec7d44bd4120eb6676967d20117276b45d4b /md | |
parent | 927ead5c85d7afa5f9501e7fbaa26fad45f1269a (diff) | |
download | md-content-fceb749be28a2978a6463e1bdd6c553c7d1a79fe.tar.gz md-content-fceb749be28a2978a6463e1bdd6c553c7d1a79fe.zip |
More typs in nmount fixe
Diffstat (limited to 'md')
-rw-r--r-- | md/writeup/writing_linux_mount_utility.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |