summaryrefslogtreecommitdiff
path: root/sys/arch/atari
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2021-08-21 11:55:24 +0000
committerandvar <andvar@NetBSD.org>2021-08-21 11:55:24 +0000
commitb0a37f4e202d2ca22da5f3f4cb7ffc2f3672346d (patch)
treeb0dbabeeba11de6656ae1007b3d5be503c6d20d3 /sys/arch/atari
parent1ad29d45d9a4ca33dc62e582e33f54b5d7bdb6d6 (diff)
fix some more typos in comments/log messages, improve wording as well.
Diffstat (limited to 'sys/arch/atari')
-rw-r--r--sys/arch/atari/pci/pci_machdep.c6
1 files changed, 3 insertions, 3 deletions
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 <sys/cdefs.h>
-__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