cifs: fix spelling mistake, EACCESS -> EACCES
[linux-2.6-block.git] / fs / cifs / inode.c
index 1023d78673fb14b38ba32c793edee92b119053e9..a81a9df997c1c113e0c00e8d0695d46fc05060f6 100644 (file)
@@ -1320,8 +1320,8 @@ cifs_drop_nlink(struct inode *inode)
 /*
  * If d_inode(dentry) is null (usually meaning the cached dentry
  * is a negative dentry) then we would attempt a standard SMB delete, but
- * if that fails we can not attempt the fall back mechanisms on EACCESS
- * but will return the EACCESS to the caller. Note that the VFS does not call
+ * if that fails we can not attempt the fall back mechanisms on EACCES
+ * but will return the EACCES to the caller. Note that the VFS does not call
  * unlink on negative dentries currently.
  */
 int cifs_unlink(struct inode *dir, struct dentry *dentry)