From: Ben Gras Date: Wed, 21 Feb 2007 17:01:43 +0000 (+0000) Subject: Copypaste bug. X-Git-Tag: v3.1.3~65 X-Git-Url: http://zhaoyanbai.com/repos/named-checkconf.html?a=commitdiff_plain;h=2d95b37f12e6fc97c2bce6280d4f167e6d0e20c8;p=minix.git Copypaste bug. --- diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index 929c9d27b..1e70d89c5 100644 --- a/drivers/pci/pci.c +++ b/drivers/pci/pci.c @@ -962,7 +962,7 @@ int devind; if (debug) { printf( - "primary channel is not in native mode, clearing BARs 2 and 3\n"); + "secondary channel is not in native mode, clearing BARs 2 and 3\n"); } clear_23= 1; }