svn commit: r310519 - stable/11/sys/dev/ichiic

Andriy Gapon avg at FreeBSD.org
Sat Dec 24 14:41:12 UTC 2016


Author: avg
Date: Sat Dec 24 14:41:11 2016
New Revision: 310519
URL: https://svnweb.freebsd.org/changeset/base/310519

Log:
  MFC r308221: fix typo in a comment

Modified:
  stable/11/sys/dev/ichiic/ig4_iic.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/dev/ichiic/ig4_iic.c
==============================================================================
--- stable/11/sys/dev/ichiic/ig4_iic.c	Sat Dec 24 14:39:30 2016	(r310518)
+++ stable/11/sys/dev/ichiic/ig4_iic.c	Sat Dec 24 14:41:11 2016	(r310519)
@@ -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-stable-11 mailing list