From 312437815ad1077bf8d36ffdea069cdce1a358e2 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Tue, 19 Mar 2019 21:46:21 +0000 Subject: [PATCH] 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@ --- sys/dev/pci/pcivar.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/sys/dev/pci/pcivar.h b/sys/dev/pci/pcivar.h index 053e77633ee..ff7d4132779 100644 --- a/sys/dev/pci/pcivar.h +++ b/sys/dev/pci/pcivar.h @@ -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