diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2010-08-08 19:33:36 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2010-08-08 19:33:36 +0000 |
commit | 29d1292801a006dc74f6f777d917a51ed727709f (patch) | |
tree | 24d7fe3091d2701c4316feb9a6188f71d8547a92 /sys/dev | |
parent | 75ce111b6828837d3d9f18c3a704529d1e6f3f76 (diff) |
fix broken english in commented out printf.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/vga_pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/vga_pci.c b/sys/dev/pci/vga_pci.c index fba8b4de3f4..316eed9af32 100644 --- a/sys/dev/pci/vga_pci.c +++ b/sys/dev/pci/vga_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vga_pci.c,v 1.62 2010/08/08 17:21:07 miod Exp $ */ +/* $OpenBSD: vga_pci.c,v 1.63 2010/08/08 19:33:35 miod Exp $ */ /* $NetBSD: vga_pci.c,v 1.3 1998/06/08 06:55:58 thorpej Exp $ */ /* @@ -328,7 +328,7 @@ vga_pci_activate(struct device *self, int act) #if defined (X86EMU) if (vga_pci_do_post) { #ifdef obnoxious - printf("%s: reposting video using BIOS. Is this neccessary?\n", + printf("%s: reposting video using BIOS. Is this necessary?\n", sc->sc_dev.dv_xname); #endif vga_post_call(sc->sc_posth); |