From fa1cc44614716aa5081d1f10cf1b6f43e0a43ec3 Mon Sep 17 00:00:00 2001 From: Martin Reindl Date: Fri, 26 Oct 2007 15:00:50 +0000 Subject: Phillips -> Philips in comments --- sys/dev/i2c/pca9554.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/i2c/pca9554.c') 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 -/* Phillips 9554 registers */ +/* Philips 9554 registers */ #define PCA9554_IN 0x00 #define PCA9554_OUT 0x01 #define PCA9554_POLARITY 0x02 -- cgit v1.2.3