diff --git a/components/libc/posix/io/epoll/epoll.c b/components/libc/posix/io/epoll/epoll.c index 43b681e6e4..cd313c9247 100644 --- a/components/libc/posix/io/epoll/epoll.c +++ b/components/libc/posix/io/epoll/epoll.c @@ -6,9 +6,7 @@ * Change Logs: * Date Author Notes * 2023-07-29 zmq810150896 first version - * 2024/03/26 TroyMitchelle Add comments for all functions, - members within structure members and - fix incorrect naming of triggered + * 2024/03/26 TroyMitchelle Add comments for all functions, members within structure members and fix incorrect naming of triggered */ #include