From 2d99f3d85abcd8a3c20f68643800817e9ba97e58 Mon Sep 17 00:00:00 2001 From: Erez Zadok Date: Fri, 29 Mar 2019 16:39:30 -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 8549996262f5..f7fbf10651eb 100644 --- a/fs/wrapfs/lookup.c +++ b/fs/wrapfs/lookup.c @@ -281,7 +281,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