diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-03-14 06:31:49 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-03-14 06:31:49 +0000 |
commit | 4fc59f23818013983c9d8db6eecafcccb6e7b495 (patch) | |
tree | 613f6a7468cca21112b58615cd6d18f738d3bfe6 /sys/dev | |
parent | 72171957719308ad2f54bd85dc932694c6bf529a (diff) |
apologize (dlg and claudio, stop snickering)
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/i2c/i2c_scan.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/i2c/i2c_scan.c b/sys/dev/i2c/i2c_scan.c index 5d02e8ee026..5709b57583a 100644 --- a/sys/dev/i2c/i2c_scan.c +++ b/sys/dev/i2c/i2c_scan.c @@ -1,4 +1,4 @@ -/* $OpenBSD: i2c_scan.c,v 1.130 2009/02/19 23:09:17 jsg Exp $ */ +/* $OpenBSD: i2c_scan.c,v 1.131 2009/03/14 06:31:48 deraadt Exp $ */ /* * Copyright (c) 2005 Theo de Raadt <deraadt@openbsd.org> @@ -17,7 +17,7 @@ */ /* - * I2C bus scanning. + * I2C bus scanning. We apologize in advance for the massive overuse of 0x. */ #include "ipmi.h" |