summaryrefslogtreecommitdiff
path: root/sys/dev/i2c/pca9554.c
diff options
context:
space:
mode:
authorMartin Reindl <martin@cvs.openbsd.org>2007-10-26 15:00:50 +0000
committerMartin Reindl <martin@cvs.openbsd.org>2007-10-26 15:00:50 +0000
commitfa1cc44614716aa5081d1f10cf1b6f43e0a43ec3 (patch)
tree9c4e4d8895f18b0caadedc12a08950f13c9c52ca /sys/dev/i2c/pca9554.c
parentea4e74d813ecc71042431759fc2c4ff720c77086 (diff)
Phillips -> Philips in comments
Diffstat (limited to 'sys/dev/i2c/pca9554.c')
-rw-r--r--sys/dev/i2c/pca9554.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/i2c/pca9554.c b/sys/dev/i2c/pca9554.c
index a64bbb3e75d..f958b935cf4 100644
--- a/sys/dev/i2c/pca9554.c
+++ b/sys/dev/i2c/pca9554.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pca9554.c,v 1.15 2007/10/20 22:06:43 cnst Exp $ */
+/* $OpenBSD: pca9554.c,v 1.16 2007/10/26 15:00:49 martin Exp $ */
/*
* Copyright (c) 2005 Theo de Raadt
@@ -26,7 +26,7 @@
#include <dev/gpio/gpiovar.h>
-/* Phillips 9554 registers */
+/* Philips 9554 registers */
#define PCA9554_IN 0x00
#define PCA9554_OUT 0x01
#define PCA9554_POLARITY 0x02