diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-02-21 21:28:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-02-21 21:28:27 +0000 |
commit | 878d4751f24e31436dc58d237ab49e16d9d690b0 (patch) | |
tree | e232438c3873ccf2a08f0e23908efd1cb96f4450 | |
parent | 2b50af7c9de53fbb89f291fcfccebead5bf4c675 (diff) |
spelling
-rw-r--r-- | sys/arch/sparc64/dev/ofwi2c.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sys/arch/sparc64/dev/ofwi2c.c b/sys/arch/sparc64/dev/ofwi2c.c index 4bffc20c3f8..c94b12e8a0b 100644 --- a/sys/arch/sparc64/dev/ofwi2c.c +++ b/sys/arch/sparc64/dev/ofwi2c.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ofwi2c.c,v 1.8 2007/10/22 23:55:58 deraadt Exp $ */ +/* $OpenBSD: ofwi2c.c,v 1.9 2014/02/21 21:28:26 deraadt Exp $ */ /* * Copyright (c) 2006 Theo de Raadt @@ -96,10 +96,9 @@ ofwiic_scan(struct device *self, struct i2cbus_attach_args *iba, void *aux) } /* - * XXX alipm crashes on some machines for an unknown, skip - * reason when doing the periodic i2c accesses things like - * sensors need. However, devices accessed only at boot - * are fine. + * XXX alipm crashes on some machines for an unknown reason + * when doing the periodic i2c accesses things like sensors + * need. However, devices accessed only at boot are fine. */ if (strcmp(self->dv_parent->dv_xname, "alipm0") == 0 && (ia.ia_addr < 0x50 || ia.ia_addr > 0x57)) { |