From b1b66f7724d68c0e9f2596918930ac55e2ca8dcd Mon Sep 17 00:00:00 2001 From: Erez Zadok Date: Fri, 29 Mar 2019 16:41:03 -0400 Subject: [PATCH] fix spell error --- fs/wrapfs/lookup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/wrapfs/lookup.c b/fs/wrapfs/lookup.c index 32faef52a798..96f241997e6b 100644 --- a/fs/wrapfs/lookup.c +++ b/fs/wrapfs/lookup.c @@ -253,7 +253,7 @@ static struct dentry *__wrapfs_lookup(struct dentry *dentry, if (err && err != -ENOENT) goto out; - /* instatiate a new negative dentry */ + /* instantiate a new negative dentry */ this.name = name; this.len = strlen(name); this.hash = full_name_hash(this.name, this.len); -- 2.34.1