diff options
author | dgp <dgp@users.sourceforge.net> | 2004-09-10 18:19:15 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-09-10 18:19:15 (GMT) |
commit | 5ba1ef7fec173d341a406ba2f6d7e71060f3a667 (patch) | |
tree | 24d1b9338ec7ff88db154d4937fd22914d51c738 /generic/tclNamesp.c | |
parent | 0f9b7b55baae648f729e6f24fec0887d1f38138a (diff) | |
download | tcl-5ba1ef7fec173d341a406ba2f6d7e71060f3a667.zip tcl-5ba1ef7fec173d341a406ba2f6d7e71060f3a667.tar.gz tcl-5ba1ef7fec173d341a406ba2f6d7e71060f3a667.tar.bz2 |
comment typo
Diffstat (limited to 'generic/tclNamesp.c')
-rw-r--r-- | generic/tclNamesp.c | 4 |
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. */ |