diff mbox series

[libgpiod] gpiod.h: fix typo in gpiod_line_request_bulk() documentation

Message ID 20201015224711.8624-1-warthog618@gmail.com
State New
Headers show
Series [libgpiod] gpiod.h: fix typo in gpiod_line_request_bulk() documentation | expand

Commit Message

Kent Gibson Oct. 15, 2020, 10:47 p.m. UTC
Replace 'prodivided' with 'provided'.

Signed-off-by: Kent Gibson <warthog618@gmail.com>
---
 include/gpiod.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Bartosz Golaszewski Oct. 16, 2020, 9:28 a.m. UTC | #1
On Fri, Oct 16, 2020 at 12:47 AM Kent Gibson <warthog618@gmail.com> wrote:
>
> Replace 'prodivided' with 'provided'.
>
> Signed-off-by: Kent Gibson <warthog618@gmail.com>
> ---
>  include/gpiod.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/gpiod.h b/include/gpiod.h
> index a6e34ae..f44a34f 100644
> --- a/include/gpiod.h
> +++ b/include/gpiod.h
> @@ -1141,7 +1141,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.28.0
>

Applied, thanks!

Bartosz
diff mbox series

Patch

diff --git a/include/gpiod.h b/include/gpiod.h
index a6e34ae..f44a34f 100644
--- a/include/gpiod.h
+++ b/include/gpiod.h
@@ -1141,7 +1141,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,