cpu/native: fix typo 'funtion' -> 'function'
This commit is contained in:
parent
c458bbceca
commit
81a0566c12
@ -42,7 +42,7 @@ typedef void (*native_async_read_callback_t)(int fd, void *arg);
|
||||
*/
|
||||
typedef struct {
|
||||
pid_t child_pid; /**< PID of the interrupt listener */
|
||||
native_async_read_callback_t cb; /**< Interrupt callback funtion */
|
||||
native_async_read_callback_t cb; /**< Interrupt callback function */
|
||||
void *arg; /**< Argument ptr for the callback */
|
||||
struct pollfd *fd; /**< sysfs gpio fd */
|
||||
} async_read_t;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user