aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2022-01-30 21:12:26 -0500
committerAl Viro <viro@zeniv.linux.org.uk>2022-08-20 11:34:33 -0400
commitc4c8451147da569a79eff5edcd2864e8ee21d7aa (patch)
tree6c72a3a29c7321b2e563a8da6509b98b692247c3
parentdynamic_dname(): drop unused dentry argument (diff)
downloadlinux-dev-c4c8451147da569a79eff5edcd2864e8ee21d7aa.tar.xz
linux-dev-c4c8451147da569a79eff5edcd2864e8ee21d7aa.zip
d_path.c: typo fix...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
-rw-r--r--fs/d_path.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/d_path.c b/fs/d_path.c
index ce8d9d49e1e7..56a6ee4c6331 100644
--- a/fs/d_path.c
+++ b/fs/d_path.c
@@ -34,7 +34,7 @@ static bool prepend_char(struct prepend_buffer *p, unsigned char c)
}
/*
- * The source of the prepend data can be an optimistoc load
+ * The source of the prepend data can be an optimistic load
* of a dentry name and length. And because we don't hold any
* locks, the length and the pointer to the name may not be
* in sync if a concurrent rename happens, and the kernel