From 9bf94b8d487a4847f7a57c4ff1cda2be32dc87cd Mon Sep 17 00:00:00 2001 From: Kent Gibson Date: Fri, 16 Oct 2020 06:47:11 +0800 Subject: [PATCH] doc: fix typo in gpiod_line_request_bulk() documentation Replace 'prodivided' with 'provided'. Signed-off-by: Kent Gibson 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 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, -- 2.30.2