diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-03-11 11:17:01 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-03-11 11:17:01 +0000 |
commit | 1cfad7d108ee7092af52ec7682972c5630373ea5 (patch) | |
tree | b38923ca7998705b936c4df5ea682d5080b443fc /sys/arch/powerpc/isa | |
parent | 0ce400bf88ebeed805f0bdba0a25f6849d6828e6 (diff) |
spelling
Diffstat (limited to 'sys/arch/powerpc/isa')
-rw-r--r-- | sys/arch/powerpc/isa/isa_machdep.h | 4 |
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. */ |