From b0a37f4e202d2ca22da5f3f4cb7ffc2f3672346d Mon Sep 17 00:00:00 2001 From: andvar Date: Sat, 21 Aug 2021 11:55:24 +0000 Subject: fix some more typos in comments/log messages, improve wording as well. --- sys/arch/atari/pci/pci_machdep.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/arch/atari') diff --git a/sys/arch/atari/pci/pci_machdep.c b/sys/arch/atari/pci/pci_machdep.c index e4eec42ea05..7e23e49096b 100644 --- a/sys/arch/atari/pci/pci_machdep.c +++ b/sys/arch/atari/pci/pci_machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: pci_machdep.c,v 1.61 2021/08/07 16:18:46 thorpej Exp $ */ +/* $NetBSD: pci_machdep.c,v 1.62 2021/08/21 11:55:24 andvar Exp $ */ /* * Copyright (c) 1996 Leo Weppelman. All rights reserved. @@ -32,7 +32,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: pci_machdep.c,v 1.61 2021/08/07 16:18:46 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pci_machdep.c,v 1.62 2021/08/21 11:55:24 andvar Exp $"); #include "opt_mbtype.h" @@ -75,7 +75,7 @@ __KERNEL_RCSID(0, "$NetBSD: pci_machdep.c,v 1.61 2021/08/07 16:18:46 thorpej Exp I/O addresses up to 0xffff) */ /* - * PCI memory and IO should be aligned acording to this masks + * PCI memory and IO should be aligned according to these masks */ #define PCI_MACHDEP_IO_ALIGN_MASK 0xffffff00 #define PCI_MACHDEP_MEM_ALIGN_MASK 0xfffff000 -- cgit