core: fix misspelling of parameter
authorKent Gibson <warthog618@gmail.com>
Fri, 15 Nov 2019 14:43:39 +0000 (22:43 +0800)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Mon, 18 Nov 2019 14:25:36 +0000 (15:25 +0100)
Trivial fix to bring gpiod_ctxless_event_monitor_multiple() documentation
into line with gpiod_ctxless_event_monitor_multiple_ext().

Signed-off-by: Kent Gibson <warthog618@gmail.com>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
include/gpiod.h

index 9860ea8b474bf40a7519606180ac89a93bbd920d..1ffb739a279dbde9a0c61c2a5ef366360adc1473 100644 (file)
@@ -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.