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

index 5cd337dd3b9ad803702a80f6ad351a704215038e..6441976fc58ce5eb00493cbdb0aef60482fb99e5 100644 (file)
@@ -235,7 +235,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);