From: Bartosz Golaszewski Date: Wed, 11 Jan 2017 15:11:49 +0000 (+0100) Subject: gpiod.h: fix a typo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2a86ca852390c602ca517f2acb1e410ce6ce4f3a;p=qemu-gpiodev%2Flibgpiod.git gpiod.h: fix a typo Signed-off-by: Bartosz Golaszewski --- diff --git a/gpiod.h b/gpiod.h index 875708f..6195c2e 100644 --- a/gpiod.h +++ b/gpiod.h @@ -629,7 +629,7 @@ struct gpiod_line_event { * @brief Request event notifications for a single line. * @param line GPIO line object. * @param config Event request configuration. - * @return 0 is the operation succeeds. In case of an error this routine + * @return 0 if the operation succeeds. In case of an error this routine * returns -1 and sets the last error number. */ int gpiod_line_event_request(struct gpiod_line *line,