diff mbox series

[libgpiod,03/19] core: fix misspelling of parameter

Message ID 20191115144355.975-4-warthog618@gmail.com
State New
Headers show
Series Add support for bias flags and SET_CONFIG | expand

Commit Message

Kent Gibson Nov. 15, 2019, 2:43 p.m. UTC
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>
---
 include/gpiod.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/include/gpiod.h b/include/gpiod.h
index 0f01cab..159d745 100644
--- a/include/gpiod.h
+++ b/include/gpiod.h
@@ -460,7 +460,7 @@  int gpiod_ctxless_event_monitor_ext(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.