summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-09-10 18:19:15 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-09-10 18:19:15 (GMT)
commit5ba1ef7fec173d341a406ba2f6d7e71060f3a667 (patch)
tree24d1b9338ec7ff88db154d4937fd22914d51c738 /generic
parent0f9b7b55baae648f729e6f24fec0887d1f38138a (diff)
downloadtcl-5ba1ef7fec173d341a406ba2f6d7e71060f3a667.zip
tcl-5ba1ef7fec173d341a406ba2f6d7e71060f3a667.tar.gz
tcl-5ba1ef7fec173d341a406ba2f6d7e71060f3a667.tar.bz2
comment typo
Diffstat (limited to 'generic')
-rw-r--r--generic/tclNamesp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclNamesp.c b/generic/tclNamesp.c
index a524f12..75ba1ce 100644
--- a/generic/tclNamesp.c
+++ b/generic/tclNamesp.c
@@ -21,7 +21,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclNamesp.c,v 1.51 2004/09/10 18:15:25 dgp Exp $
+ * RCS: @(#) $Id: tclNamesp.c,v 1.52 2004/09/10 18:19:15 dgp Exp $
*/
#include "tclInt.h"
@@ -1859,7 +1859,7 @@ TclGetNamespaceForQualName(interp, qualName, cxtNsPtr, flags,
* Determine the context namespace nsPtr in which to start the primary
* search. If the qualName name starts with a "::" or TCL_GLOBAL_ONLY
* was specified, search from the global namespace. Otherwise, use the
- * given namespace given in cxtNsPtr, or if that is NULL, use the current
+ * namespace given in cxtNsPtr, or if that is NULL, use the current
* namespace context. Note that we always treat two or more
* adjacent ":"s as a namespace separator.
*/