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

index 237ae60c65c2c17c7fc4f9532028aad03a9d67e9..462273342ad81c686eb62a97417fe1337dddc19d 100644 (file)
@@ -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(lower_dir_dentry, this.name, this.len);