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

index 32faef52a7982bbb9daa0af68411cbf55b065adc..96f241997e6b2537232aa4b7497177a2e373e6b3 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(this.name, this.len);