Kernel: Rename has_hangup -> has_hungup

This commit is contained in:
2025-05-17 12:39:23 +03:00
parent 553c76ab0f
commit 0e0d7016b3
30 changed files with 39 additions and 39 deletions

View File

@@ -76,7 +76,7 @@ namespace Kernel
CHECK_EVENT_BIT(EPOLLIN, can_read);
CHECK_EVENT_BIT(EPOLLOUT, can_write);
CHECK_EVENT_BIT(EPOLLERR, has_error);
CHECK_EVENT_BIT(EPOLLHUP, has_hangup);
CHECK_EVENT_BIT(EPOLLHUP, has_hungup);
#undef CHECK_EVENT_BIT
if (events == 0)