1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
--- a/src/FSAL/FSAL_GPFS/include/gpfs.h
+++ b/src/FSAL/FSAL_GPFS/include/gpfs.h
@@ -3522,7 +3522,7 @@ gpfs_lwe_request_right(gpfs_lwe_sessid_t
*
* This is a non-blocking call to upgrade an access right
* from shared to exclusive. If the token already conveys
- * exclusive access this call returns imediately with sucess.
+ * exclusive access this call returns imediately with success.
* If another process also holds a shared access right
* this call fails with EBUSY to avoid deadlocks.
*
--- a/src/Protocols/NFS/nfs_proto_tools.c
+++ b/src/Protocols/NFS/nfs_proto_tools.c
@@ -216,7 +216,7 @@ bool nfs_RetryableError(fsal_errors_t fs
case ERR_FSAL_NOMEM:
case ERR_FSAL_NOT_OPENED:
- /* Internal error, should be dropped and retryed */
+ /* Internal error, should be dropped and retried */
return true;
case ERR_FSAL_NOTDIR:
|