aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorAndriy Gapon <avg@FreeBSD.org>2016-11-02 17:12:15 +0000
committerAndriy Gapon <avg@FreeBSD.org>2016-11-02 17:12:15 +0000
commiteb6befba309c5b7cb14606c9ad9caa5ab7b0ac4e (patch)
treea26749a2f48ccff1a991774a522de827f56ed756 /sys/dev
parent1d061e4ef2e330308ad92ae819707cc5416c3176 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ichiic/ig4_iic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ichiic/ig4_iic.c b/sys/dev/ichiic/ig4_iic.c
index b24bea64bfdf..65e93cd32018 100644
--- a/sys/dev/ichiic/ig4_iic.c
+++ b/sys/dev/ichiic/ig4_iic.c
@@ -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.