From 29d1292801a006dc74f6f777d917a51ed727709f Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Sun, 8 Aug 2010 19:33:36 +0000 Subject: fix broken english in commented out printf. --- sys/dev/pci/vga_pci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev') 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); -- cgit v1.2.3