diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-02-21 10:57:59 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-02-21 10:57:59 +0000 |
commit | 6f2d2171fa1c9ed436989efefe0b82c359d34174 (patch) | |
tree | 667948a668304543fc7823af3c8874d20e8453ad /sys/arch/armv7/omap | |
parent | cc187d2618fd4ff21115908a76c514c53ff9636a (diff) |
initializion -> initialization
Diffstat (limited to 'sys/arch/armv7/omap')
-rw-r--r-- | sys/arch/armv7/omap/dmtimer.c | 4 | ||||
-rw-r--r-- | sys/arch/armv7/omap/gptimer.c | 4 |
2 files changed, 4 insertions, 4 deletions
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 <drahn@openbsd.org> * Copyright (c) 2013 Raphael Graf <r@undefined.ch> @@ -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 <drahn@openbsd.org> * @@ -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. */ |