From 7a6a77955225006567252f9b76f90cafb12d56a8 Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Tue, 15 Jan 2013 17:21:18 +0000 Subject: fix comment --- generic/tkConsole.c | 2 +- generic/tkMain.c | 2 +- generic/tkWindow.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/generic/tkConsole.c b/generic/tkConsole.c index bf86f8f..f894638 100644 --- a/generic/tkConsole.c +++ b/generic/tkConsole.c @@ -220,7 +220,7 @@ Tk_InitConsoleChannels( Tcl_Channel consoleChannel; /* - * Ensure that we are getting the matching version of Tcl. This is really + * Ensure that we are getting a compatible version of Tcl. This is really * only an issue when Tk is loaded dynamically. */ diff --git a/generic/tkMain.c b/generic/tkMain.c index 4d348ef..b794ce0 100644 --- a/generic/tkMain.c +++ b/generic/tkMain.c @@ -132,7 +132,7 @@ Tk_MainEx( Tcl_DString appName; /* - * Ensure that we are getting the matching version of Tcl. This is really + * Ensure that we are getting a compatible version of Tcl. This is really * only an issue when Tk is loaded dynamically. */ diff --git a/generic/tkWindow.c b/generic/tkWindow.c index 057be04..ac69455 100644 --- a/generic/tkWindow.c +++ b/generic/tkWindow.c @@ -3021,7 +3021,7 @@ Initialize( ThreadSpecificData *tsdPtr; /* - * Ensure that we are getting the matching version of Tcl. + * Ensure that we are getting a compatible version of Tcl. */ if (Tcl_InitStubs(interp, "8.5.0", 0) == NULL) { -- cgit v0.12