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 typos.
details: https://anonhg.NetBSD.org/src/rev/0a364ff91bdb
branches: trunk
changeset: 353505:0a364ff91bdb
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Wed May 10 03:24:31 2017 +0000
description:
Fix typos.
diffstat:
sys/dev/pci/ppb.c | 6 +++---
sys/dev/pci/ppbreg.h | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (45 lines):
diff -r 2f3a5a4e3683 -r 0a364ff91bdb sys/dev/pci/ppb.c
--- a/sys/dev/pci/ppb.c Wed May 10 03:23:26 2017 +0000
+++ b/sys/dev/pci/ppb.c Wed May 10 03:24:31 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ppb.c,v 1.62 2017/05/09 06:29:20 msaitoh Exp $ */
+/* $NetBSD: ppb.c,v 1.63 2017/05/10 03:24:31 msaitoh Exp $ */
/*
* Copyright (c) 1996, 1998 Christopher G. Demetriou. All rights reserved.
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ppb.c,v 1.62 2017/05/09 06:29:20 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ppb.c,v 1.63 2017/05/10 03:24:31 msaitoh Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -354,7 +354,7 @@
aprint_error_dev(self, "couldn't establish power handler\n");
/*
- * Attach the PCI bus than hangs off of it.
+ * Attach the PCI bus that hangs off of it.
*
* XXX Don't pass-through Memory Read Multiple. Should we?
* XXX Consult the spec...
diff -r 2f3a5a4e3683 -r 0a364ff91bdb sys/dev/pci/ppbreg.h
--- a/sys/dev/pci/ppbreg.h Wed May 10 03:23:26 2017 +0000
+++ b/sys/dev/pci/ppbreg.h Wed May 10 03:24:31 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ppbreg.h,v 1.6 2005/12/11 12:22:50 christos Exp $ */
+/* $NetBSD: ppbreg.h,v 1.7 2017/05/10 03:24:31 msaitoh Exp $ */
/*
* Copyright (c) 1996 Christopher G. Demetriou. All rights reserved.
@@ -91,7 +91,7 @@
/*
* bridge control register (see table 3.9 of ppb rev. 1.1)
*
- * Note these are in the *upper* 16 bits if the Bridge Control
+ * Note these are in the *upper* 16 bits of the Bridge Control
* Register (the bottom 16 are Interrupt Line and Interrupt Pin).
*/
#define PPB_BC_BITBASE 16
Home |
Main Index |
Thread Index |
Old Index