svn commit: r308221 - head/sys/dev/ichiic

Andriy Gapon avg at FreeBSD.org
Wed Nov 2 17:12:18 UTC 2016


Author: avg
Date: Wed Nov  2 17:12:15 2016
New Revision: 308221
URL: https://svnweb.freebsd.org/changeset/base/308221

Log:
  fix typo in a comment
  
  MFC after:	5 weeks
  X-MFC with:	r308219

Modified:
  head/sys/dev/ichiic/ig4_iic.c

Modified: head/sys/dev/ichiic/ig4_iic.c
==============================================================================
--- head/sys/dev/ichiic/ig4_iic.c	Wed Nov  2 17:07:18 2016	(r308220)
+++ head/sys/dev/ichiic/ig4_iic.c	Wed Nov  2 17:12:15 2016	(r308221)
@@ -37,7 +37,7 @@
 __FBSDID("$FreeBSD$");
 
 /*
- * Intel fourth generation mobile cpus integrated I2C deviceer.
+ * Intel fourth generation mobile cpus integrated I2C device.
  *
  * See ig4_reg.h for datasheet reference and notes.
  * See ig4_var.h for locking semantics.


More information about the svn-src-head mailing list