From 5cc2ff8897dade8eb4d5426884490fae0e2f160b Mon Sep 17 00:00:00 2001 From: zhongzedu Date: Mon, 9 May 2022 16:33:36 +0800 Subject: [PATCH] fix grammar in comment --- include/event2/event.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/event2/event.h b/include/event2/event.h index 83dfe540..4a692cad 100644 --- a/include/event2/event.h +++ b/include/event2/event.h @@ -396,7 +396,7 @@ const char *event_base_get_method(const struct event_base *eb); EVENT2_EXPORT_SYMBOL const char **event_get_supported_methods(void); -/** Query the current monotonic time from a the timer for a struct +/** Query the current monotonic time from the timer for a struct * event_base. */ EVENT2_EXPORT_SYMBOL -- 2.40.0