cifs: fix spelling mistake, EACCESS -> EACCES
[linux-2.6-block.git] / fs / cifs / file.c
index e262a05a98bfc8234e8bd3de0a8c4d0e44934044..542d8828e1d010b16d3e30f88836a1bd77a303ce 100644 (file)
@@ -1005,7 +1005,7 @@ cifs_lock_add(struct cifsFileInfo *cfile, struct cifsLockInfo *lock)
  * Set the byte-range lock (mandatory style). Returns:
  * 1) 0, if we set the lock and don't need to request to the server;
  * 2) 1, if no locks prevent us but we need to request to the server;
- * 3) -EACCESS, if there is a lock that prevents us and wait is false.
+ * 3) -EACCES, if there is a lock that prevents us and wait is false.
  */
 static int
 cifs_lock_add_if(struct cifsFileInfo *cfile, struct cifsLockInfo *lock,