From: jsg Date: Mon, 21 Feb 2022 10:57:58 +0000 (+0000) Subject: initializion -> initialization X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=97db43af2349dcc1bfd5984b85ae65a8f198a3ec;p=openbsd initializion -> initialization --- diff --git a/sys/arch/armv7/omap/dmtimer.c b/sys/arch/armv7/omap/dmtimer.c index 2de377f0302..28165b43f16 100644 --- a/sys/arch/armv7/omap/dmtimer.c +++ b/sys/arch/armv7/omap/dmtimer.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dmtimer.c,v 1.14 2021/10/24 17:52:27 mpi Exp $ */ +/* $OpenBSD: dmtimer.c,v 1.15 2022/02/21 10:57:58 jsg Exp $ */ /* * Copyright (c) 2007,2009 Dale Rahn * Copyright (c) 2013 Raphael Graf @@ -17,7 +17,7 @@ */ /* - * WARNING - this timer initializion has not been checked + * WARNING - this timer initialization has not been checked * to see if it will do _ANYTHING_ sane if the omap enters * low power mode. */ diff --git a/sys/arch/armv7/omap/gptimer.c b/sys/arch/armv7/omap/gptimer.c index ff8ac352b1c..459112c34b0 100644 --- a/sys/arch/armv7/omap/gptimer.c +++ b/sys/arch/armv7/omap/gptimer.c @@ -1,4 +1,4 @@ -/* $OpenBSD: gptimer.c,v 1.15 2021/10/24 17:52:27 mpi Exp $ */ +/* $OpenBSD: gptimer.c,v 1.16 2022/02/21 10:57:58 jsg Exp $ */ /* * Copyright (c) 2007,2009 Dale Rahn * @@ -16,7 +16,7 @@ */ /* - * WARNING - this timer initializion has not been checked + * WARNING - this timer initialization has not been checked * to see if it will do _ANYTHING_ sane if the omap enters * low power mode. */