svn commit: r257798 - head/sbin/devd

Andriy Gapon avg at FreeBSD.org
Thu Nov 7 16:22:05 UTC 2013


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


More information about the svn-src-head mailing list