From: Kent Gibson Date: Thu, 15 Oct 2020 22:47:11 +0000 (+0800) Subject: doc: fix typo in gpiod_line_request_bulk() documentation X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9bf94b8d487a4847f7a57c4ff1cda2be32dc87cd;p=qemu-gpiodev%2Flibgpiod.git doc: fix typo in gpiod_line_request_bulk() documentation Replace 'prodivided' with 'provided'. Signed-off-by: Kent Gibson Signed-off-by: Bartosz Golaszewski --- diff --git a/include/gpiod.h b/include/gpiod.h index e684ab1..72af177 100644 --- a/include/gpiod.h +++ b/include/gpiod.h @@ -1061,7 +1061,7 @@ int gpiod_line_request_both_edges_events_flags(struct gpiod_line *line, * this routine returns -1 and sets the last error number. * * If this routine succeeds, the caller takes ownership of the GPIO lines - * until they're released. All the requested lines must be prodivided by the + * until they're released. All the requested lines must be provided by the * same gpiochip. */ int gpiod_line_request_bulk(struct gpiod_line_bulk *bulk,