diff options
author | 2006-03-18 05:00:19 +0000 | |
---|---|---|
committer | 2006-03-18 05:00:19 +0000 | |
commit | 2df16a1e565a95bac465af3e84548ba81b6078a8 (patch) | |
tree | b89c3b9d3150f7da89f757e3aa403e0c061e989f /sys/dev/i2c | |
parent | scsi completions never go via the generic done path now. xs is always set (diff) | |
download | wireguard-openbsd-2df16a1e565a95bac465af3e84548ba81b6078a8.tar.xz wireguard-openbsd-2df16a1e565a95bac465af3e84548ba81b6078a8.zip |
typo
Diffstat (limited to 'sys/dev/i2c')
-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; } |