diff options
Diffstat (limited to 'procfs/procfs.h')
-rw-r--r-- | procfs/procfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/procfs/procfs.h b/procfs/procfs.h index d04bbad7..f2fb30eb 100644 --- a/procfs/procfs.h +++ b/procfs/procfs.h @@ -81,7 +81,7 @@ void procfs_node_chtype (struct node *np, mode_t type); /* Interface for the libnetfs side. */ /* Get the inode number which will be given to a child of NP named FILENAME. - This allows us to retreive them for readdir() without creating the + This allows us to retrieve them for readdir() without creating the corresponding child nodes. */ ino64_t procfs_make_ino (struct node *np, const char *filename); |