]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
typo cleanup
authorHarlan Stenn <stenn@ntp.org>
Fri, 6 Jun 2003 05:35:09 +0000 (01:35 -0400)
committerHarlan Stenn <stenn@ntp.org>
Fri, 6 Jun 2003 05:35:09 +0000 (01:35 -0400)
bk: 3ee0280dINLphIYdfLEs0T0-iKuO1A

libntp/iosignal.c

index 7d7781be5c688039c9b9a18f7f6bb3f595d8c042..bcad890e52678e87da126ef788e8265cdda7b4fa 100644 (file)
@@ -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