From: Anoop C S Date: Mon, 18 Dec 2023 15:57:44 +0000 (+0530) Subject: vfs_ceph: Fix a usage in comments X-Git-Tag: talloc-2.4.2~39 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e657fca589ce273d92268889fd9fe8fd98b3a201;p=thirdparty%2Fsamba.git vfs_ceph: Fix a usage in comments Signed-off-by: Anoop C S Reviewed-by: Guenther Deschner --- diff --git a/source3/modules/vfs_ceph.c b/source3/modules/vfs_ceph.c index 7f0bad8ae33..784653c1530 100644 --- a/source3/modules/vfs_ceph.c +++ b/source3/modules/vfs_ceph.c @@ -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; \