diff options
author | Stefan Weil <sw@weilnetz.de> | 2015-01-03 10:16:12 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-01-03 13:10:59 +0100 |
commit | 29a30c44bb8cecb341df211bcb3b330f515c9003 (patch) | |
tree | a967801d7a065483d55228f5d241798c4314d998 /procfs/procfs.h | |
parent | c7441b5eb9bd4327845a1704e07903bacff08962 (diff) | |
download | hurd-29a30c44bb8cecb341df211bcb3b330f515c9003.tar.gz hurd-29a30c44bb8cecb341df211bcb3b330f515c9003.tar.bz2 hurd-29a30c44bb8cecb341df211bcb3b330f515c9003.zip |
procfs: Fix typos in comments (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
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); |