From a5a14016b0cca25f9c509d6416a9b42faaca5d9c Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Wed, 31 May 2023 17:22:54 +0200 Subject: [PATCH] doc: remove a stray letter There's a stray 'q' in the docs, remove it. 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 45f31f7..d1833de 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. */ -- 2.30.2