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

index 20499585c7cdb90dc050ee349bef87fdfe950d27..cf9cd7dff580ca60be70d52b23a744a5656eec46 100644 (file)
@@ -252,7 +252,7 @@ static struct dentry *__wrapfs_lookup(struct dentry *dentry, int flags,
        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);