diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-11-24 15:09:16 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-11-24 15:09:16 (GMT) |
commit | 4dd62bd6ed46321024877c82edff8548c7d9bb6a (patch) | |
tree | f166dacc456c577483c1d9f94e04a7e330f2a79e /generic/tclTomMath.decls | |
parent | 99ba912cebb5eee0ef3ab63cb2019ef586057563 (diff) | |
parent | d06ef17019c017d0f2c7df3a6418ff5085991391 (diff) | |
download | tcl-4dd62bd6ed46321024877c82edff8548c7d9bb6a.zip tcl-4dd62bd6ed46321024877c82edff8548c7d9bb6a.tar.gz tcl-4dd62bd6ed46321024877c82edff8548c7d9bb6a.tar.bz2 |
Fix comments at the top of the *.decls files, which are not correct any more for a long long time
Diffstat (limited to 'generic/tclTomMath.decls')
-rw-r--r-- | generic/tclTomMath.decls | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclTomMath.decls b/generic/tclTomMath.decls index 8d9e05f..610a031 100644 --- a/generic/tclTomMath.decls +++ b/generic/tclTomMath.decls @@ -2,7 +2,7 @@ # # This file contains the declarations for the functions in 'libtommath' # that are contained within the Tcl library. This file is used to -# generate the 'tclTomMathDecls.h' and 'tclTomMathStub.c' files. +# generate the 'tclTomMathDecls.h' and 'tclStubInit.c' files. # # If you edit this file, advance the revision number (and the epoch # if the new stubs are not backward compatible) in tclTomMathDecls.h |