mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 19:32:44 +00:00
gpioevents: Fix a typo in a diagnostic output message
- s/recieved/received/ MFC after: 3 days
This commit is contained in:
parent
f795d5458b
commit
63c928f17e
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user