svn commit: r284189 - head/sys/arm/ti/am335x

Maxim Sobolev sobomax at FreeBSD.org
Tue Jun 9 19:17:33 UTC 2015


Author: sobomax
Date: Tue Jun  9 19:17:33 2015
New Revision: 284189
URL: https://svnweb.freebsd.org/changeset/base/284189

Log:
  Fix a typo in a comment that has been carried over from am335x_pmic.c.

Modified:
  head/sys/arm/ti/am335x/tps65217x.h

Modified: head/sys/arm/ti/am335x/tps65217x.h
==============================================================================
--- head/sys/arm/ti/am335x/tps65217x.h	Tue Jun  9 19:14:27 2015	(r284188)
+++ head/sys/arm/ti/am335x/tps65217x.h	Tue Jun  9 19:17:33 2015	(r284189)
@@ -34,7 +34,7 @@
  * TPS65217 PMIC is a companion chip for AM335x SoC sitting on I2C bus
  */
 
-/* TPS65217 Reisters */
+/* TPS65217 Registers */
 #define	TPS65217_CHIPID_REG	0x00
 struct tps65217_chipid_reg {
 	unsigned int rev:4;


More information about the svn-src-head mailing list