From: Marc Ferland Date: Thu, 15 Oct 2020 17:52:35 +0000 (-0400) Subject: doc: fix typo in gpiod_line_request_bulk() documentation X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1c47ee5ec2144f14e74e32fef3f4e3faf4178e25;p=qemu-gpiodev%2Flibgpiod.git doc: fix typo in gpiod_line_request_bulk() documentation Remove the stray 'the' from the doc. Signed-off-by: Marc Ferland Signed-off-by: Bartosz Golaszewski --- diff --git a/include/gpiod.h b/include/gpiod.h index 72af177..7d4d0cd 100644 --- a/include/gpiod.h +++ b/include/gpiod.h @@ -1057,7 +1057,7 @@ int gpiod_line_request_both_edges_events_flags(struct gpiod_line *line, * @param config Request options. * @param default_vals Initial line values - only relevant if we're setting * the direction to output. - * @return 0 if the all lines were properly requested. In case of an error + * @return 0 if all lines were properly requested. In case of an error * this routine returns -1 and sets the last error number. * * If this routine succeeds, the caller takes ownership of the GPIO lines