summaryrefslogtreecommitdiff
path: root/procfs/procfs.h
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2015-01-03 10:16:12 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-01-03 13:10:59 +0100
commit29a30c44bb8cecb341df211bcb3b330f515c9003 (patch)
treea967801d7a065483d55228f5d241798c4314d998 /procfs/procfs.h
parentc7441b5eb9bd4327845a1704e07903bacff08962 (diff)
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.h2
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);