Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Nov 2013 16:22:05 +0000 (UTC)
From:      Andriy Gapon <avg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r257798 - head/sbin/devd
Message-ID:  <201311071622.rA7GM5N2058350@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: avg
Date: Thu Nov  7 16:22:04 2013
New Revision: 257798
URL: http://svnweb.freebsd.org/changeset/base/257798

Log:
  devd: fix a typo in a comment
  
  Reviewed by:	asomers

Modified:
  head/sbin/devd/devd.cc

Modified: head/sbin/devd/devd.cc
==============================================================================
--- head/sbin/devd/devd.cc	Thu Nov  7 15:43:41 2013	(r257797)
+++ head/sbin/devd/devd.cc	Thu Nov  7 16:22:04 2013	(r257798)
@@ -1111,7 +1111,7 @@ siginfohand(int)
 }
 
 /*
- * Local logging function.  Prints to syslog if we're daemonized; syslog
+ * Local logging function.  Prints to syslog if we're daemonized; stderr
  * otherwise.
  */
 static void



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311071622.rA7GM5N2058350>