summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-11-08 13:43:07 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-11-08 13:43:07 (GMT)
commit8bfcb2b80c3f401b2ef6307ccee7cbf19a8ad3a4 (patch)
tree7d67559aaee8228d8c8521cbea4c661559842f90 /generic/tclInt.h
parent411fc46d4f5e5e93a7d69db7f50e42b53005e343 (diff)
downloadtcl-8bfcb2b80c3f401b2ef6307ccee7cbf19a8ad3a4.zip
tcl-8bfcb2b80c3f401b2ef6307ccee7cbf19a8ad3a4.tar.gz
tcl-8bfcb2b80c3f401b2ef6307ccee7cbf19a8ad3a4.tar.bz2
Make "changes" file chronological (again)
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index 7b03502..4e26bf3 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -4496,7 +4496,7 @@ MODULE_SCOPE void TclDbInitNewObj(Tcl_Obj *objPtr, const char *file,
* already has a string representation. The caller must use
* this macro properly. Improper use can lead to dangerous results.
* Because "len" is referenced multiple times, take care that it is an
- * expression with the same value each use.
+ * expression with the same value each use.
*
* The ANSI C "prototype" for this macro is:
*