aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-05-31 17:22:54 +0200
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-05-31 17:22:54 +0200
commita5a14016b0cca25f9c509d6416a9b42faaca5d9c (patch)
tree01608ac2a4c04109e58d97b47ffc51c893f73409
parent7d6398497a6dbe8e3e7e0cc5469b3b2223dd9dc6 (diff)
downloadlibgpiod-a5a14016b0cca25f9c509d6416a9b42faaca5d9c.tar.gz
doc: remove a stray letter
There's a stray 'q' in the docs, remove it. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
-rw-r--r--include/gpiod.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gpiod.h b/include/gpiod.h
index 45f31f76..d1833de7 100644
--- a/include/gpiod.h
+++ b/include/gpiod.h
@@ -1053,7 +1053,7 @@ int gpiod_line_request_get_fd(struct gpiod_line_request *request);
* available.
* @return 0 if wait timed out, -1 if an error occurred, 1 if an event is
* pending.
- *q
+ *
* Lines must have edge detection set for edge events to be emitted.
* By default edge detection is disabled.
*/