changeset 25464:5cc24028580a

13219 Fix typo in udp_ioctl() Reviewed by: Sebastian Wiedenroth <wiedi@frubar.net> Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Dan McDonald <danmcd@joyent.com>
author Mike Zeller <mike@mikezeller.net>
date Thu, 15 Oct 2020 17:04:30 +0000
parents 28c785eca5b1
children 2c417db70a87
files usr/src/uts/common/inet/udp/udp.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/uts/common/inet/udp/udp.c	Tue Oct 13 16:30:33 2020 -0500
+++ b/usr/src/uts/common/inet/udp/udp.c	Thu Oct 15 17:04:30 2020 +0000
@@ -6412,7 +6412,7 @@
 		 */
 		error = ip_create_helper_stream(connp, us->us_ldi_ident);
 		if (error != 0) {
-			ip0dbg(("tcp_ioctl: create of IP helper stream "
+			ip0dbg(("udp_ioctl: create of IP helper stream "
 			    "failed %d\n", error));
 			return (error);
 		}