summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
Diffstat (limited to 'unix')
-rw-r--r--unix/tclSelectNotfy.c2
-rw-r--r--unix/tclUnixCompat.c4
-rw-r--r--unix/tclUnixFile.c2
-rw-r--r--unix/tclUnixPipe.c2
-rw-r--r--unix/tclUnixTest.c4
-rw-r--r--unix/tclXtNotify.c4
6 files changed, 9 insertions, 9 deletions
diff --git a/unix/tclSelectNotfy.c b/unix/tclSelectNotfy.c
index 1235801..1f77cc2 100644
--- a/unix/tclSelectNotfy.c
+++ b/unix/tclSelectNotfy.c
@@ -643,7 +643,7 @@ NotifierProc(
int
TclpWaitForEvent(
- const Tcl_Time *timePtr) /* Maximum block time, or NULL. */
+ const Tcl_Time *timePtr) /* Maximum block time, or NULL. */
{
FileHandler *filePtr;
int mask;
diff --git a/unix/tclUnixCompat.c b/unix/tclUnixCompat.c
index def69fa..e9af3fc 100644
--- a/unix/tclUnixCompat.c
+++ b/unix/tclUnixCompat.c
@@ -986,8 +986,8 @@ CopyString(
int
TclWinCPUID(
- int index, /* Which CPUID value to retrieve. */
- int *regsPtr) /* Registers after the CPUID. */
+ int index, /* Which CPUID value to retrieve. */
+ int *regsPtr) /* Registers after the CPUID. */
{
int status = TCL_ERROR;
diff --git a/unix/tclUnixFile.c b/unix/tclUnixFile.c
index 668ec7c..b6e1147 100644
--- a/unix/tclUnixFile.c
+++ b/unix/tclUnixFile.c
@@ -317,7 +317,7 @@ TclpMatchInDirectory(
return TCL_OK;
}
- d = TclOSopendir(native); /* INTL: Native. */
+ d = TclOSopendir(native); /* INTL: Native. */
if (d == NULL) {
Tcl_DStringFree(&ds);
if (interp != NULL) {
diff --git a/unix/tclUnixPipe.c b/unix/tclUnixPipe.c
index 9a032ee..f1ea101 100644
--- a/unix/tclUnixPipe.c
+++ b/unix/tclUnixPipe.c
@@ -401,7 +401,7 @@ TclpCreateProcess(
* occurred when creating the child process.
* Error messages from the child process
* itself are sent to errorFile. */
- size_t argc, /* Number of arguments in following array. */
+ size_t argc, /* Number of arguments in following array. */
const char **argv, /* Array of argument strings in UTF-8.
* argv[0] contains the name of the executable
* translated using Tcl_TranslateFileName
diff --git a/unix/tclUnixTest.c b/unix/tclUnixTest.c
index 31c92a9..75fad34 100644
--- a/unix/tclUnixTest.c
+++ b/unix/tclUnixTest.c
@@ -611,9 +611,9 @@ TestgotsigCmd(
static int
TestchmodCmd(
TCL_UNUSED(void *),
- Tcl_Interp *interp, /* Current interpreter. */
+ Tcl_Interp *interp, /* Current interpreter. */
int objc, /* Number of arguments. */
- Tcl_Obj *const *objv) /* Argument strings. */
+ Tcl_Obj *const *objv) /* Argument strings. */
{
int i, mode;
diff --git a/unix/tclXtNotify.c b/unix/tclXtNotify.c
index e5bcb07..6d4e3c9 100644
--- a/unix/tclXtNotify.c
+++ b/unix/tclXtNotify.c
@@ -263,7 +263,7 @@ NotifierExitHandler(
static void
SetTimer(
- const Tcl_Time *timePtr) /* Timeout value, may be NULL. */
+ const Tcl_Time *timePtr) /* Timeout value, may be NULL. */
{
unsigned long timeout;
@@ -627,7 +627,7 @@ FileHandlerEventProc(
static int
WaitForEvent(
- const Tcl_Time *timePtr) /* Maximum block time, or NULL. */
+ const Tcl_Time *timePtr) /* Maximum block time, or NULL. */
{
int timeout;