Module Name: src Committed By: msaitoh Date: Thu Oct 23 09:59:56 UTC 2014
Modified Files: src/sys/dev/pci: pci_subr.c Log Message: Fix typo in comment. To generate a diff of this commit: cvs rdiff -u -r1.129 -r1.130 src/sys/dev/pci/pci_subr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/pci/pci_subr.c diff -u src/sys/dev/pci/pci_subr.c:1.129 src/sys/dev/pci/pci_subr.c:1.130 --- src/sys/dev/pci/pci_subr.c:1.129 Mon Oct 6 08:00:57 2014 +++ src/sys/dev/pci/pci_subr.c Thu Oct 23 09:59:56 2014 @@ -1,4 +1,4 @@ -/* $NetBSD: pci_subr.c,v 1.129 2014/10/06 08:00:57 msaitoh Exp $ */ +/* $NetBSD: pci_subr.c,v 1.130 2014/10/23 09:59:56 msaitoh Exp $ */ /* * Copyright (c) 1997 Zubin D. Dittia. All rights reserved. @@ -40,7 +40,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: pci_subr.c,v 1.129 2014/10/06 08:00:57 msaitoh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pci_subr.c,v 1.130 2014/10/23 09:59:56 msaitoh Exp $"); #ifdef _KERNEL_OPT #include "opt_pci.h" @@ -92,7 +92,7 @@ static const struct pci_class pci_subcla /* * Class 0x01. - * Mass strage controller + * Mass storage controller */ /* ATA programming interface */