From: Harlan Stenn Date: Fri, 6 Jun 2003 05:35:09 +0000 (-0400) Subject: typo cleanup X-Git-Tag: NTP_4_1_80_RC1~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e9cb340e51a3fbd3f5a1d9490af62a74933b94b;p=thirdparty%2Fntp.git typo cleanup bk: 3ee0280dINLphIYdfLEs0T0-iKuO1A --- diff --git a/libntp/iosignal.c b/libntp/iosignal.c index 7d7781be5..bcad890e5 100644 --- a/libntp/iosignal.c +++ b/libntp/iosignal.c @@ -1,5 +1,5 @@ /* - * ntp_io.c - input/output routines for ntpd. The socket-opening code + * iosignal.c - input/output routines for ntpd. The socket-opening code * was shamelessly stolen from ntpd. */ @@ -50,8 +50,8 @@ extern void input_handler P((l_fp *)); * Some systems (MOST) define SIGPOLL == SIGIO, others SIGIO == SIGPOLL, and * a few have separate SIGIO and SIGPOLL signals. This code checks for the * SIGIO == SIGPOLL case at compile time. - * Do not defined USE_SIGPOLL or USE_SIGIO. - * these are interal only to ntp_io.c! + * Do not define USE_SIGPOLL or USE_SIGIO. + * these are interal only to iosignal.c! */ # if defined(USE_SIGPOLL) # undef USE_SIGPOLL