diff options
author | 2007-04-23 15:25:58 +0000 | |
---|---|---|
committer | 2007-04-23 15:25:58 +0000 | |
commit | 0f553da40b69e3e0fb032edf8d97ed7d166f1bb8 (patch) | |
tree | af6017e8f71bd2ff47bce2e031356753fa233d81 | |
parent | chopping the end of this sentence off made more sense than fixing it; (diff) | |
download | wireguard-openbsd-0f553da40b69e3e0fb032edf8d97ed7d166f1bb8.tar.xz wireguard-openbsd-0f553da40b69e3e0fb032edf8d97ed7d166f1bb8.zip |
iqg -> irq
spotted by miod
-rw-r--r-- | sys/arch/macppc/dev/sysbutton.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/macppc/dev/sysbutton.c b/sys/arch/macppc/dev/sysbutton.c index a8845a84c5d..81c74a525f7 100644 --- a/sys/arch/macppc/dev/sysbutton.c +++ b/sys/arch/macppc/dev/sysbutton.c @@ -68,7 +68,7 @@ sysbutton_attach(struct device *parent, struct device *self, void *aux) OF_getprop(sc->sc_node, "interrupts", intr, sizeof(intr)); sc->sc_intr = intr[0]; - printf(": irg %d\n", sc->sc_intr); + printf(": irq %d\n", sc->sc_intr); mac_intr_establish(parent, sc->sc_intr, IST_LEVEL, IPL_NONE, sysbutton_intr, sc, sc->sc_dev.dv_xname); |