Module Name: src Committed By: msaitoh Date: Wed May 10 03:24:31 UTC 2017
Modified Files: src/sys/dev/pci: ppb.c ppbreg.h Log Message: Fix typos. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/sys/dev/pci/ppb.c cvs rdiff -u -r1.6 -r1.7 src/sys/dev/pci/ppbreg.h 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/ppb.c diff -u src/sys/dev/pci/ppb.c:1.62 src/sys/dev/pci/ppb.c:1.63 --- src/sys/dev/pci/ppb.c:1.62 Tue May 9 06:29:20 2017 +++ src/sys/dev/pci/ppb.c Wed May 10 03:24:31 2017 @@ -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 @@ ppbattach(device_t parent, device_t self 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... Index: src/sys/dev/pci/ppbreg.h diff -u src/sys/dev/pci/ppbreg.h:1.6 src/sys/dev/pci/ppbreg.h:1.7 --- src/sys/dev/pci/ppbreg.h:1.6 Sun Dec 11 12:22:50 2005 +++ src/sys/dev/pci/ppbreg.h Wed May 10 03:24:31 2017 @@ -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