Date: Tue, 19 Mar 2019 21:46:21 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r345311 - head/sys/dev/pci Message-ID: <201903192146.x2JLkLpP092563@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: imp Date: Tue Mar 19 21:46:21 2019 New Revision: 345311 URL: https://svnweb.freebsd.org/changeset/base/345311 Log: Fix two typos: an -> and; the the -> the And justify the paragraph after the change (and set fill column to 80 instead of 70). Noticed by: rpokala@, vangyzen@ Modified: head/sys/dev/pci/pcivar.h Modified: head/sys/dev/pci/pcivar.h ============================================================================== --- head/sys/dev/pci/pcivar.h Tue Mar 19 19:58:40 2019 (r345310) +++ head/sys/dev/pci/pcivar.h Tue Mar 19 21:46:21 2019 (r345311) @@ -260,12 +260,11 @@ typedef struct { extern uint32_t pci_numdevs; /* - * The bitfield has to be stable an match the fields below (so that - * match_flag_vendor must be bit 0) so we have to do the endian - * dance. We can't use enums or #define constants because then the - * the macros for subsetting matches wouldn't work. These tables - * are parsed by devmatch and others to connect modules with - * devices on the PCI bus. + * The bitfield has to be stable and match the fields below (so that + * match_flag_vendor must be bit 0) so we have to do the endian dance. We can't + * use enums or #define constants because then the macros for subsetting matches + * wouldn't work. These tables are parsed by devmatch and others to connect + * modules with devices on the PCI bus. */ struct pci_device_table { #if BYTE_ORDER == LITTLE_ENDIAN
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903192146.x2JLkLpP092563>