git: 9ddf1ab1b9c7 - stable/13 - Fix the spelling of '*/' in the vnic driver

From: Piotr Pawel Stefaniak <pstef_at_FreeBSD.org>
Date: Sun, 13 Feb 2022 19:18:30 UTC
The branch stable/13 has been updated by pstef:

URL: https://cgit.FreeBSD.org/src/commit/?id=9ddf1ab1b9c7140bbf291e812e3e8ac4e98d8bbd

commit 9ddf1ab1b9c7140bbf291e812e3e8ac4e98d8bbd
Author:     Andrew Turner <andrew@FreeBSD.org>
AuthorDate: 2021-07-27 19:43:08 +0000
Commit:     Piotr Pawel Stefaniak <pstef@FreeBSD.org>
CommitDate: 2022-02-13 19:09:34 +0000

    Fix the spelling of '*/' in the vnic driver
    
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit c007408c245b7aff0f203b021e70f263e57d5173)
---
 sys/dev/vnic/nicvf_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/vnic/nicvf_main.c b/sys/dev/vnic/nicvf_main.c
index 73591a0b161a..1dc49ee855a9 100644
--- a/sys/dev/vnic/nicvf_main.c
+++ b/sys/dev/vnic/nicvf_main.c
@@ -485,7 +485,7 @@ nicvf_if_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
 			if (if_getdrvflags(ifp) & IFF_DRV_RUNNING) {
 				if ((flags ^ nic->if_flags) & IFF_PROMISC) {
 					/* Change promiscous mode */
-#if 0 /* XXX* /
+#if 0 /* XXX */
 					nicvf_set_promiscous(nic);
 #endif
 				}