diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-03-18 05:00:20 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-03-18 05:00:20 +0000 |
commit | e2c7839de4c287ef03b800699e067f0935331ecd (patch) | |
tree | 8af669a3b59bbd75c432340ec61777d8cafbdb94 /sys/dev/i2c/w83l784r.c | |
parent | 19d78002e80be4d2a004b806fd8c5449cae0af0d (diff) |
typo
Diffstat (limited to 'sys/dev/i2c/w83l784r.c')
-rw-r--r-- | sys/dev/i2c/w83l784r.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/i2c/w83l784r.c b/sys/dev/i2c/w83l784r.c index dd257a475a6..fc98e4a7ce7 100644 --- a/sys/dev/i2c/w83l784r.c +++ b/sys/dev/i2c/w83l784r.c @@ -1,4 +1,4 @@ -/* $OpenBSD: w83l784r.c,v 1.5 2006/03/12 12:09:16 kettenis Exp $ */ +/* $OpenBSD: w83l784r.c,v 1.6 2006/03/18 05:00:19 brad Exp $ */ /* * Copyright (c) 2006 Mark Kettenis @@ -183,7 +183,7 @@ wbenv_attach(struct device *parent, struct device *self, void *aux) wbenv_setup_sensors(sc, w83l785ts_l_sensors); goto start;; default: - printf(": unknownd Winbond chip (ID 0x%x)\n", sc->sc_chip_id); + printf(": unknown Winbond chip (ID 0x%x)\n", sc->sc_chip_id); return; } |