diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-02-21 10:44:59 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-02-21 10:44:59 +0000 |
commit | 7db64f948fd4303d3d19d58f8fef4bf114d9c9e5 (patch) | |
tree | 628901cc47aaa82173b8d2cc25c749023e7530bb /sys/arch/sh | |
parent | 9a998ea967fa20b579c65674b1ccf105b994987f (diff) |
instructinos -> instructions
Diffstat (limited to 'sys/arch/sh')
-rw-r--r-- | sys/arch/sh/include/cpu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sh/include/cpu.h b/sys/arch/sh/include/cpu.h index 15b5b9c7522..08ee0b723c8 100644 --- a/sys/arch/sh/include/cpu.h +++ b/sys/arch/sh/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.32 2021/07/06 09:34:07 kettenis Exp $ */ +/* $OpenBSD: cpu.h,v 1.33 2022/02/21 10:44:58 jsg Exp $ */ /* $NetBSD: cpu.h,v 1.41 2006/01/21 04:24:12 uwe Exp $ */ /*- @@ -193,7 +193,7 @@ void need_resched(struct cpu_info *); /* * Switch from P2 (uncached) back to P1 (cached). We need to be * running on P2 to access cache control, memory-mapped cache and TLB - * arrays, etc. and after touching them at least 8 instructinos are + * arrays, etc. and after touching them at least 8 instructions are * necessary before jumping to P1, so provide that padding here. */ #define RUN_P1 \ |