summaryrefslogtreecommitdiff
path: root/sys/arch/armv7
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2023-04-10 04:21:21 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2023-04-10 04:21:21 +0000
commitf14995fb41aefe2f85e7379f95928e90f7aeca21 (patch)
treeb0b0f1853263f716b6ac6face773c9bcef24ba77 /sys/arch/armv7
parent72997f6aae1a50d3c6c67fb0125418e9fe77a56e (diff)
spelling
Diffstat (limited to 'sys/arch/armv7')
-rw-r--r--sys/arch/armv7/exynos/ec_commands.h2
-rw-r--r--sys/arch/armv7/marvell/mvmpic.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/armv7/exynos/ec_commands.h b/sys/arch/armv7/exynos/ec_commands.h
index 4671c997ff1..639062bcfe3 100644
--- a/sys/arch/armv7/exynos/ec_commands.h
+++ b/sys/arch/armv7/exynos/ec_commands.h
@@ -390,7 +390,7 @@ struct ec_response_get_cmd_versions {
} __packed;
/*
- * Check EC communcations status (busy). This is needed on i2c/spi but not
+ * Check EC communications status (busy). This is needed on i2c/spi but not
* on lpc since it has its own out-of-band busy indicator.
*
* lpc must read the status from the command register. Attempting this on
diff --git a/sys/arch/armv7/marvell/mvmpic.c b/sys/arch/armv7/marvell/mvmpic.c
index 11d05bf58c4..e34ac37762e 100644
--- a/sys/arch/armv7/marvell/mvmpic.c
+++ b/sys/arch/armv7/marvell/mvmpic.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mvmpic.c,v 1.6 2023/03/05 04:30:08 jmatthew Exp $ */
+/* $OpenBSD: mvmpic.c,v 1.7 2023/04/10 04:21:20 jsg Exp $ */
/*
* Copyright (c) 2007,2009,2011 Dale Rahn <drahn@openbsd.org>
* Copyright (c) 2015 Patrick Wildt <patrick@blueri.se>
@@ -129,7 +129,7 @@ mpic_attach(struct device *parent, struct device *self, void *args)
/* Clear pending IPIs */
bus_space_write_4(sc->sc_iot, sc->sc_c_ioh, MPIC_DOORBELL_CAUSE, 0);
- /* Enable hardware priorization selection */
+ /* Enable hardware prioritization selection */
bus_space_write_4(sc->sc_iot, sc->sc_m_ioh, MPIC_CTRL,
MPIC_CTRL_PRIO_EN);