From 4162249a84a0952bf36bc78324cecb696cefca00 Mon Sep 17 00:00:00 2001 From: jsg Date: Sun, 2 Jan 2022 23:29:12 +0000 Subject: [PATCH] excuted -> executed --- sys/arch/armv7/armv7/locore0.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/armv7/armv7/locore0.S b/sys/arch/armv7/armv7/locore0.S index b31c84d203d..93f5a5e33e3 100644 --- a/sys/arch/armv7/armv7/locore0.S +++ b/sys/arch/armv7/armv7/locore0.S @@ -1,4 +1,4 @@ -/* $OpenBSD: locore0.S,v 1.6 2019/10/25 21:13:50 kettenis Exp $ */ +/* $OpenBSD: locore0.S,v 1.7 2022/01/02 23:29:12 jsg Exp $ */ /* $NetBSD: lubbock_start.S,v 1.1 2003/06/18 10:51:15 bsh Exp $ */ /* @@ -39,7 +39,7 @@ /* * Kernel start routine for OMAP - * this code is excuted at the very first after the kernel is loaded + * this code is executed at the very first after the kernel is loaded * by U-Boot. * * This code makes a number of assumptions. -- 2.20.1