fix spell error
authorErez Zadok <ezk@cs.sunysb.edu>
Fri, 29 Mar 2019 20:40:49 +0000 (16:40 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Fri, 29 Mar 2019 20:40:49 +0000 (16:40 -0400)
fs/wrapfs/lookup.c

index 8549996262f5ebaa21bb8b68c14b5c37382b6d9b..f7fbf10651eb4031164a97b80f4c8c200623779f 100644 (file)
@@ -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);