summaryrefslogtreecommitdiff
path: root/fs/ceph/caps.c
diff options
context:
space:
mode:
authorDmitry Antipov <dmantipov@yandex.ru>2024-11-15 16:11:56 +0300
committerIlya Dryomov <idryomov@gmail.com>2024-11-18 17:34:36 +0100
commit3500000bb13d300e8d7fdf4a1212abdd0de2b5c1 (patch)
treede8a6685a97397ce0a0f82a1eae8ae7b608cecc0 /fs/ceph/caps.c
parentc152737be22b103bff5987e03136a69710c2e68f (diff)
ceph: miscellaneous spelling fixes
Correct spelling here and there as suggested by codespell. Signed-off-by: Dmitry Antipov <dmantipov@yandex.ru> Reviewed-by: Ilya Dryomov <idryomov@gmail.com> Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'fs/ceph/caps.c')
-rw-r--r--fs/ceph/caps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ceph/caps.c b/fs/ceph/caps.c
index 0d6b2c0269bf..da3146a0a287 100644
--- a/fs/ceph/caps.c
+++ b/fs/ceph/caps.c
@@ -2799,7 +2799,7 @@ void ceph_take_cap_refs(struct ceph_inode_info *ci, int got,
* requested from the MDS.
*
* Returns 0 if caps were not able to be acquired (yet), 1 if succeed,
- * or a negative error code. There are 3 speical error codes:
+ * or a negative error code. There are 3 special error codes:
* -EAGAIN: need to sleep but non-blocking is specified
* -EFBIG: ask caller to call check_max_size() and try again.
* -EUCLEAN: ask caller to call ceph_renew_caps() and try again.