summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.decls
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2008-12-17 17:54:01 (GMT)
committerdgp <dgp@noemail.net>2008-12-17 17:54:01 (GMT)
commit32bac924c912d9ad9193459eb7d443d8778d2179 (patch)
tree412dd2c547293c92a47356ba82f225aa650b68a5 /generic/tclInt.decls
parente4ac1700051a765f65147d3d60fe954df97341b9 (diff)
downloadtcl-32bac924c912d9ad9193459eb7d443d8778d2179.zip
tcl-32bac924c912d9ad9193459eb7d443d8778d2179.tar.gz
tcl-32bac924c912d9ad9193459eb7d443d8778d2179.tar.bz2
typos in comments
FossilOrigin-Name: 338141c76afcce828093320a7bc5332b7560e902
Diffstat (limited to 'generic/tclInt.decls')
-rw-r--r--generic/tclInt.decls10
1 files changed, 5 insertions, 5 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls
index 54f8948..c6ab207 100644
--- a/generic/tclInt.decls
+++ b/generic/tclInt.decls
@@ -13,7 +13,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: tclInt.decls,v 1.132 2008/12/15 15:48:33 dgp Exp $
+# RCS: @(#) $Id: tclInt.decls,v 1.133 2008/12/17 17:54:01 dgp Exp $
library tcl
@@ -624,11 +624,11 @@ declare 156 generic {
declare 157 generic {
Var *TclVarTraceExists(Tcl_Interp *interp, const char *varName)
}
-# REMOVED - use public Tcl_SetStartupPath()
+# REMOVED - use public Tcl_SetStartupScript()
#declare 158 generic {
# void TclSetStartupScriptFileName(const char *filename)
#}
-# REMOVED - use public Tcl_GetStartupPath()
+# REMOVED - use public Tcl_GetStartupScript()
#declare 159 generic {
# CONST84_RETURN char *TclGetStartupScriptFileName(void)
#}
@@ -676,11 +676,11 @@ declare 166 generic {
}
# VFS-aware versions of Tcl*StartupScriptFileName (158 and 159 above)
-# REMOVED - use public Tcl_SetStartupPath()
+# REMOVED - use public Tcl_SetStartupScript()
#declare 167 generic {
# void TclSetStartupScriptPath(Tcl_Obj *pathPtr)
#}
-# REMOVED - use public Tcl_GetStartupPath()
+# REMOVED - use public Tcl_GetStartupScript()
#declare 168 generic {
# Tcl_Obj *TclGetStartupScriptPath(void)
#}