svn commit: r189774 - head/sys/dev/amdtemp

Rui Paulo rpaulo at FreeBSD.org
Fri Mar 13 09:43:32 PDT 2009


Author: rpaulo
Date: Fri Mar 13 16:43:31 2009
New Revision: 189774
URL: http://svn.freebsd.org/changeset/base/189774

Log:
  Fix comment explaining where this driver came from.
  
  MFC after:	2 weeks

Modified:
  head/sys/dev/amdtemp/amdtemp.c

Modified: head/sys/dev/amdtemp/amdtemp.c
==============================================================================
--- head/sys/dev/amdtemp/amdtemp.c	Fri Mar 13 16:42:24 2009	(r189773)
+++ head/sys/dev/amdtemp/amdtemp.c	Fri Mar 13 16:43:31 2009	(r189774)
@@ -27,7 +27,7 @@
 
 /*
  * Driver for the AMD K8/K10/K11 thermal sensors. Initially based on the
- * amdtemp Linux driver.
+ * k8temp Linux driver.
  */
 
 #include <sys/cdefs.h>


More information about the svn-src-all mailing list