summaryrefslogtreecommitdiffstats
path: root/unix/tclKqueueNotfy.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)
commitcd72d108bf14caa354d011a2ce41426ea011da2a (patch)
treeea245cdd3ace1d0ea075a51e59d0b5044fc86bf2 /unix/tclKqueueNotfy.c
parentf40df819ae9708d22caccabb9f6a209739449872 (diff)
downloadtcl-cd72d108bf14caa354d011a2ce41426ea011da2a.zip
tcl-cd72d108bf14caa354d011a2ce41426ea011da2a.tar.gz
tcl-cd72d108bf14caa354d011a2ce41426ea011da2a.tar.bz2
Space before tab is an extremely unlikely to be correct indentation pattern
Diffstat (limited to 'unix/tclKqueueNotfy.c')
-rw-r--r--unix/tclKqueueNotfy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclKqueueNotfy.c b/unix/tclKqueueNotfy.c
index ba49842..a99f7bd 100644
--- a/unix/tclKqueueNotfy.c
+++ b/unix/tclKqueueNotfy.c
@@ -261,7 +261,7 @@ PlatformEventsControl(
* None.
*
* Side effects:
- * While tsdPtr->notifierMutex is held:
+ * While tsdPtr->notifierMutex is held:
* The per-thread pipe(2) fds are closed, if non-zero, and set to -1.
* The per-thread kqueue(2) fd is closed, if non-zero, and set to 0.
* The per-thread kevent structs are freed, if any, and set to 0.