summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixTest.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-06-05 13:10:11 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-06-05 13:10:11 (GMT)
commit9d4f0b95ebcb92f94f3e4895af5014c458d68519 (patch)
treeda9fe86d2c5f774d274fa0c462e5c949861e564e /unix/tclUnixTest.c
parent514638fd758486513ea7eb842bb8972fd854ca06 (diff)
downloadtcl-9d4f0b95ebcb92f94f3e4895af5014c458d68519.zip
tcl-9d4f0b95ebcb92f94f3e4895af5014c458d68519.tar.gz
tcl-9d4f0b95ebcb92f94f3e4895af5014c458d68519.tar.bz2
More of the same: Space before tab is extremely unlikely to be correct indentation pattern.
Diffstat (limited to 'unix/tclUnixTest.c')
-rw-r--r--unix/tclUnixTest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tclUnixTest.c b/unix/tclUnixTest.c
index b204c77..26c590d 100644
--- a/unix/tclUnixTest.c
+++ b/unix/tclUnixTest.c
@@ -549,7 +549,7 @@ TestalarmCmd(
* None.
*
* Side effects:
- * Calls the Tcl Async handler.
+ * Calls the Tcl Async handler.
*
*----------------------------------------------------------------------
*/
@@ -566,7 +566,7 @@ AlarmHandler(
*
* TestgotsigCmd --
*
- * Verify the signal was handled after the testalarm command.
+ * Verify the signal was handled after the testalarm command.
*
* Results:
* None.