From 29a30c44bb8cecb341df211bcb3b330f515c9003 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sat, 3 Jan 2015 10:16:12 +0100 Subject: procfs: Fix typos in comments (found by codespell) Signed-off-by: Stefan Weil --- procfs/procfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'procfs/procfs.h') 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); -- cgit v1.2.3