aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/gpio
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2021-08-29 09:45:09 +0000
committerGordon Bergling <gbe@FreeBSD.org>2021-08-29 09:45:09 +0000
commit5d785ad65e000f9ff636a777599bfa414b88d970 (patch)
tree80471577f4061785311405b24ce1a187c0631c54 /sys/dev/gpio
parenta58e222b3bcc5294ffbff88ff5f4c8d88b9dc324 (diff)
Diffstat (limited to 'sys/dev/gpio')
-rw-r--r--sys/dev/gpio/gpiopps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/gpio/gpiopps.c b/sys/dev/gpio/gpiopps.c
index 8a6f1a6a3f6b..4700acf19bcd 100644
--- a/sys/dev/gpio/gpiopps.c
+++ b/sys/dev/gpio/gpiopps.c
@@ -130,7 +130,7 @@ gpiopps_ifltr(void *arg)
* written only by the pps_capture() routine and read only by the
* pps_event() routine. We don't need lock-based management of access
* to the capture area because we have time-based access management: we
- * can't be reading and writing concurently because we can't be running
+ * can't be reading and writing concurrently because we can't be running
* both the threaded and filter handlers concurrently (because a new
* hardware interrupt can't happen until the threaded handler for the
* current interrupt exits, after which the system does the EOI that