summaryrefslogtreecommitdiffstats
path: root/generic/tclObj.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-05-11 09:43:22 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-05-11 09:43:22 (GMT)
commit4b9406ae79a867ac821668ae287518e26ed85283 (patch)
treec5367cbd51676847c2028e9eecbcb24c22a950b1 /generic/tclObj.c
parent9f466e7384bf194ed56d75d4de8f5a796f3c4672 (diff)
downloadtcl-4b9406ae79a867ac821668ae287518e26ed85283.zip
tcl-4b9406ae79a867ac821668ae287518e26ed85283.tar.gz
tcl-4b9406ae79a867ac821668ae287518e26ed85283.tar.bz2
Add a full stop to a comment
Diffstat (limited to 'generic/tclObj.c')
-rw-r--r--generic/tclObj.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclObj.c b/generic/tclObj.c
index 05f3990..3c95c52 100644
--- a/generic/tclObj.c
+++ b/generic/tclObj.c
@@ -12,7 +12,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclObj.c,v 1.121 2007/04/20 06:10:58 kennykb Exp $
+ * RCS: @(#) $Id: tclObj.c,v 1.122 2007/05/11 09:43:22 dkf Exp $
*/
#include "tclInt.h"
@@ -954,7 +954,7 @@ TclFreeObj(
*
* This function returns 1 when the Tcl_Obj is being deleted. It is
* provided for the rare cases where the reason for the loss of an
- * internal rep might be relevant [FR 1512138]
+ * internal rep might be relevant. [FR 1512138]
*
* Results:
* 1 if being deleted, 0 otherwise.