From 065c2a8b454bc9130141ec833a1bd53c8fd0d508 Mon Sep 17 00:00:00 2001 From: Kent Gibson Date: Fri, 15 Nov 2019 22:43:39 +0800 Subject: [PATCH] core: fix misspelling of parameter Trivial fix to bring gpiod_ctxless_event_monitor_multiple() documentation into line with gpiod_ctxless_event_monitor_multiple_ext(). Signed-off-by: Kent Gibson Signed-off-by: Bartosz Golaszewski --- include/gpiod.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/gpiod.h b/include/gpiod.h index 9860ea8..1ffb739 100644 --- a/include/gpiod.h +++ b/include/gpiod.h @@ -345,7 +345,7 @@ int gpiod_ctxless_event_monitor(const char *device, int event_type, * back to a basic, ppoll() based callback. * * Internally this routine opens the GPIO chip, requests the set of lines for - * the type of events specified in the event_type paramter and calls the + * the type of events specified in the event_type parameter and calls the * polling callback in a loop. The role of the polling callback is to detect * input events on a set of file descriptors and notify the caller about the * fds ready for reading. -- 2.30.2