From 34f5d0879c2122899bb24c40691f06a8388ac623 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sun, 28 May 2006 15:50:14 +0000 Subject: white space --- winsup/cygwin/syslog.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/syslog.cc') diff --git a/winsup/cygwin/syslog.cc b/winsup/cygwin/syslog.cc index 3c43c3552..394db0ab9 100644 --- a/winsup/cygwin/syslog.cc +++ b/winsup/cygwin/syslog.cc @@ -256,7 +256,7 @@ try_connect_syslogd (int priority, const char *msg, int len) ret = writev (syslogd_sock, iv, 2); /* If the syslog daemon has been restarted and /dev/log was - a stream socket, the connection is broken. In this case, + a stream socket, the connection is broken. In this case, try to reopen the socket and try again. */ if (ret < 0 && syslogd_inited == inited_stream) { -- cgit v1.2.3