diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2023-12-27 08:41:48 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2024-01-07 11:42:25 +0000 |
| commit | 7f19b9b4580faf865e2c5a56cc040693b62c7572 (patch) | |
| tree | 9c470f7c8e9df4a9b888d60ce6be673eff98fdd8 | |
| parent | 803570ec2098ddf88d0e0531328e2589dc95299a (diff) | |
gpioevents: Fix a typo in a diagnostic output message
- s/recieved/received/
(cherry picked from commit 63c928f17e08f58fd3bd44b45c36ea5df7d15e77)
| -rw-r--r-- | tools/test/gpioevents/gpioevents.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/gpioevents/gpioevents.c b/tools/test/gpioevents/gpioevents.c index f90b4e6ea3eb..f1bc8e8ee224 100644 --- a/tools/test/gpioevents/gpioevents.c +++ b/tools/test/gpioevents/gpioevents.c @@ -456,7 +456,7 @@ run_sigio(bool loop, int handle, const char *file) do { if (sigio == 1) { sigio = 0; - printf("%s: recieved SIGIO on %s\n", getprogname(), + printf("%s: received SIGIO on %s\n", getprogname(), file); run_read(false, handle, file, 0); } |
