summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/isa
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/powerpc/isa')
-rw-r--r--sys/arch/powerpc/isa/isa_machdep.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/powerpc/isa/isa_machdep.h b/sys/arch/powerpc/isa/isa_machdep.h
index 6ca622e361a..bcf08328174 100644
--- a/sys/arch/powerpc/isa/isa_machdep.h
+++ b/sys/arch/powerpc/isa/isa_machdep.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: isa_machdep.h,v 1.8 2003/10/31 03:55:06 drahn Exp $ */
+/* $OpenBSD: isa_machdep.h,v 1.9 2021/03/11 11:16:59 jsg Exp $ */
/*
* Copyright (c) 1997 Per Fogelstrom
@@ -38,7 +38,7 @@ typedef struct ppc_isa_bus *isa_chipset_tag_t;
/*
* I/O macros to access isa bus ports/memory.
- * At the first glance theese macros may seem inefficient.
+ * At the first glance these macros may seem inefficient.
* However, the cpu executes an instruction every <10 ns
* so the bus is much slower so it doesn't matter, really.
*/