* @brief Wait for line status events on any of the watched lines
* exposed by this chip.
* @param timeout Wait time limit in nanoseconds. If set to 0, the
- * function returns immediatelly. If set to a negative
+ * function returns immediately. If set to a negative
* number, the function blocks indefinitely until an
* event becomes available.
* @return True if at least one event is ready to be read. False if the
* @brief Wait for edge events on any of the lines requested with edge
* detection enabled.
* @param timeout Wait time limit in nanoseconds. If set to 0, the
- * function returns immediatelly. If set to a negative
+ * function returns immediately. If set to a negative
* number, the function blocks indefinitely until an
* event becomes available.
* @return True if at least one event is ready to be read. False if the
* on the chip.
* @param chip GPIO chip object.
* @param timeout_ns Wait time limit in nanoseconds. If set to 0, the function
- * returns immediatelly. If set to a negative number, the
+ * returns immediately. If set to a negative number, the
* function blocks indefinitely until an event becomes
* available.
* @return 0 if wait timed out, -1 if an error occurred, 1 if an event is
* @brief Wait for edge events on any of the requested lines.
* @param request GPIO line request.
* @param timeout_ns Wait time limit in nanoseconds. If set to 0, the function
- * returns immediatelly. If set to a negative number, the
+ * returns immediately. If set to a negative number, the
* function blocks indefinitely until an event becomes
* available.
* @return 0 if wait timed out, -1 if an error occurred, 1 if an event is