]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
smbd: Fix a typo
authorVolker Lendecke <vl@samba.org>
Wed, 15 May 2019 16:11:55 +0000 (18:11 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 16 May 2019 06:46:18 +0000 (06:46 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/smbd/open.c

index d23e8965f6366d4c36244c81f32230db4be533ee..a2d564e48b373969ebaebb451dc71a55a88e1bbe 100644 (file)
@@ -1712,7 +1712,7 @@ NTSTATUS send_break_message(struct messaging_context *msg_ctx,
        /* Overload entry->op_type */
        /*
         * This is a cut from uint32_t to uint16_t, but so far only the lower 3
-        * bits (LEASE_WRITE/HANDLE/READ are used anyway.
+        * bits (LEASE_WRITE/HANDLE/READ) are used anyway.
         */
        SSVAL(msg,OP_BREAK_MSG_OP_TYPE_OFFSET, break_to);