1
1

fixed a typo. oapl instead of opal

This commit was SVN r21711.
Этот коммит содержится в:
Aurelien Bouteiller 2009-07-17 22:20:53 +00:00
родитель 210f591f1c
Коммит 9cc2557f9c

Просмотреть файл

@ -528,7 +528,7 @@ int event_base_loopbreak(struct event_base *);
* @param ev the event struct to be disabled * @param ev the event struct to be disabled
* @param tv the timeout value, in seconds * @param tv the timeout value, in seconds
*/ */
#define oapl_timeout_add(ev, tv) event_add(ev, tv) #define opal_timeout_add(ev, tv) event_add(ev, tv)
/** /**