From 6244f0700683037ac63e22c9df9b9b89d79e4e31 Mon Sep 17 00:00:00 2001 From: patthoyts Date: Wed, 11 Jun 2003 22:17:10 +0000 Subject: [PATCH] Minor typo fixes in comments --- generic/udp_tcl.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/generic/udp_tcl.c b/generic/udp_tcl.c index 0fc7677..1caec16 100644 --- a/generic/udp_tcl.c +++ b/generic/udp_tcl.c @@ -1238,12 +1238,12 @@ udpTrace(const char *format, ...) /* * ---------------------------------------------------------------------- - * udpGetSetvice -- + * udpGetService -- * - * Return the service port number in network byte order from either a string - * representation of the port number or the service name. If the service - * string cannot be converted (ie: a name not present in the services - * database) then set a Tcl error. + * Return the service port number in network byte order from either a + * string representation of the port number or the service name. If the + * service string cannot be converted (ie: a name not present in the + * services database) then set a Tcl error. * ---------------------------------------------------------------------- */ static int -- 2.23.0