diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-01-09 05:43:03 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-01-09 05:43:03 +0000 |
commit | 7f2cad9e054524f505c1edeb608b5d5d491c7327 (patch) | |
tree | 1be6f976d12d656d87b59657c17644c4de355750 /sys/dev/pci/auich.c | |
parent | 7c8306148430f9568aa83355968cf1ed0289bc6d (diff) |
spelling
feedback and ok tb@ jmc@ ok ratchov@
Diffstat (limited to 'sys/dev/pci/auich.c')
-rw-r--r-- | sys/dev/pci/auich.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/auich.c b/sys/dev/pci/auich.c index 711a2073a35..ab1403a6c73 100644 --- a/sys/dev/pci/auich.c +++ b/sys/dev/pci/auich.c @@ -1,4 +1,4 @@ -/* $OpenBSD: auich.c,v 1.112 2019/08/22 09:47:29 miko Exp $ */ +/* $OpenBSD: auich.c,v 1.113 2022/01/09 05:42:45 jsg Exp $ */ /* * Copyright (c) 2000,2001 Michael Shalayeff @@ -1405,7 +1405,7 @@ auich_calibrate(struct auich_softc *sc) bus_space_write_1(sc->iot, sc->aud_ioh, AUICH_PCMI + AUICH_LVI, civ & AUICH_LVI_MASK); - /* start, but don't request any interupts */ + /* start, but don't request any interrupts */ microuptime(&t1); bus_space_write_1(sc->iot, sc->aud_ioh, AUICH_PCMI + AUICH_CTRL, AUICH_RPBM); |