vfs_ceph: Fix a usage in comments
authorAnoop C S <anoopcs@samba.org>
Mon, 18 Dec 2023 15:57:44 +0000 (21:27 +0530)
committerGünther Deschner <gd@samba.org>
Fri, 26 Jan 2024 15:53:33 +0000 (15:53 +0000)
Signed-off-by: Anoop C S <anoopcs@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
source3/modules/vfs_ceph.c

index 7f0bad8ae33b0b60ad0c9d1f5ed72100db7da9e6..784653c15300198929ca50d15fe55862ac487d09 100644 (file)
@@ -55,7 +55,7 @@
 
 /*
  * Note, libcephfs's return code model is to return -errno! So we have to
- * convert to what Samba expects, with is set errno to -return and return -1
+ * convert to what Samba expects, which is to set errno to -return and return -1
  */
 #define WRAP_RETURN(_res) \
        errno = 0; \