On Fri, Oct 16, 2020 at 12:47 AM Kent Gibson <warthog618@xxxxxxxxx> wrote: > > Replace 'prodivided' with 'provided'. > > Signed-off-by: Kent Gibson <warthog618@xxxxxxxxx> > --- > 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