doc: fix typo in gpiod_line_request_bulk() documentation
authorKent Gibson <warthog618@gmail.com>
Thu, 15 Oct 2020 22:47:11 +0000 (06:47 +0800)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Fri, 16 Oct 2020 09:25:27 +0000 (11:25 +0200)
Replace 'prodivided' with 'provided'.

Signed-off-by: Kent Gibson <warthog618@gmail.com>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
include/gpiod.h

index e684ab1e002cc1e6b1d7fc59e304b01d66d8ee68..72af177f9013197daaf19d4dfe3dcfd14ee86963 100644 (file)
@@ -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,