changeset 1031:f17e2263f223 HEAD

comment update
author Timo Sirainen <tss@iki.fi>
date Mon, 27 Jan 2003 00:50:40 +0200
parents 4bcebdcf052b
children ea309e90c01a
files src/lib/alarm-hup.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib/alarm-hup.c	Fri Jan 24 04:38:37 2003 +0200
+++ b/src/lib/alarm-hup.c	Mon Jan 27 00:50:40 2003 +0200
@@ -49,7 +49,7 @@
 
 static void sig_alarm(int signo __attr_unused__)
 {
-	/* we need fcntl() to stop with EINTR */
+	/* we need syscalls to stop with EINTR */
 	if (raise(SIGHUP) < 0)
 		i_fatal("kill(): %m");