diff options
Diffstat (limited to 'src/libstrongswan/processing/watcher.h')
-rw-r--r-- | src/libstrongswan/processing/watcher.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/processing/watcher.h b/src/libstrongswan/processing/watcher.h index 02d9188f0..6e158cec2 100644 --- a/src/libstrongswan/processing/watcher.h +++ b/src/libstrongswan/processing/watcher.h @@ -41,7 +41,7 @@ typedef enum watcher_event_t watcher_event_t; * and handle EAGAIN/EWOULDBLOCK gracefully. * * @param data user data passed during registration - * @param fd file descriptor the event occured on + * @param fd file descriptor the event occurred on * @param event type of event * @return TRUE to keep watching event, FALSE to unregister fd for event */ |