Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Fix typo in comment.



details:   https://anonhg.NetBSD.org/src/rev/733448cf49cd
branches:  trunk
changeset: 333204:733448cf49cd
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Oct 23 09:59:56 2014 +0000

description:
Fix typo in comment.

diffstat:

 sys/dev/pci/pci_subr.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 2ab5f653ad6e -r 733448cf49cd sys/dev/pci/pci_subr.c
--- a/sys/dev/pci/pci_subr.c    Thu Oct 23 09:57:37 2014 +0000
+++ b/sys/dev/pci/pci_subr.c    Thu Oct 23 09:59:56 2014 +0000
@@ -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 @@
 
 /*
  * Class 0x01.
- * Mass strage controller
+ * Mass storage controller
  */
 
 /* ATA programming interface */



Home | Main Index | Thread Index | Old Index