summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2022-02-21 10:51:37 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2022-02-21 10:51:37 +0000
commitcc187d2618fd4ff21115908a76c514c53ff9636a (patch)
treeb38cd2ac3341c37449450140ddb0ecbd8f83d4d2 /sys/arch
parent7db64f948fd4303d3d19d58f8fef4bf114d9c9e5 (diff)
initiailze -> initialize
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/sh/sh/sh_machdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sh/sh/sh_machdep.c b/sys/arch/sh/sh/sh_machdep.c
index 3d321768324..07b4f31c0f5 100644
--- a/sys/arch/sh/sh/sh_machdep.c
+++ b/sys/arch/sh/sh/sh_machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sh_machdep.c,v 1.53 2021/10/06 15:46:03 claudio Exp $ */
+/* $OpenBSD: sh_machdep.c,v 1.54 2022/02/21 10:51:36 jsg Exp $ */
/* $NetBSD: sh3_machdep.c,v 1.59 2006/03/04 01:13:36 uwe Exp $ */
/*
@@ -164,7 +164,7 @@ sh_cpu_init(int arch, int product)
/* Hardclock, RTC initialize. */
machine_clock_init();
- /* ICU initiailze. */
+ /* ICU initialize. */
intc_init();
/* Exception vector. */