summaryrefslogtreecommitdiffstats
path: root/unix/tclEpollNotfy.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2024-06-04 15:35:14 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2024-06-04 15:35:14 (GMT)
commit14e9a4e0bda3c86ac11baf3c11f900a5837ea70a (patch)
treeea245cdd3ace1d0ea075a51e59d0b5044fc86bf2 /unix/tclEpollNotfy.c
parent1719e80d015d40d514bb9209a921525b2d667d9c (diff)
downloadtcl-14e9a4e0bda3c86ac11baf3c11f900a5837ea70a.zip
tcl-14e9a4e0bda3c86ac11baf3c11f900a5837ea70a.tar.gz
tcl-14e9a4e0bda3c86ac11baf3c11f900a5837ea70a.tar.bz2
Space before tab is an extremely unlikely to be correct indentation pattern
Diffstat (limited to 'unix/tclEpollNotfy.c')
-rw-r--r--unix/tclEpollNotfy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclEpollNotfy.c b/unix/tclEpollNotfy.c
index 2a1733a..8cb9166 100644
--- a/unix/tclEpollNotfy.c
+++ b/unix/tclEpollNotfy.c
@@ -263,7 +263,7 @@ PlatformEventsControl(
* None.
*
* Side effects:
- * While tsdPtr->notifierMutex is held:
+ * While tsdPtr->notifierMutex is held:
* - The per-thread eventfd(2) is closed, if non-zero, and set to -1.
* - The per-thread epoll(7) fd is closed, if non-zero, and set to 0.
* - The per-thread epoll_event structs are freed, if any, and set to 0.