diff options
| author | pooryorick <com.digitalsmarties@pooryorick.com> | 2023-05-05 14:57:38 (GMT) |
|---|---|---|
| committer | pooryorick <com.digitalsmarties@pooryorick.com> | 2023-05-05 14:57:38 (GMT) |
| commit | f4cd60dbb4c40a75914ae6823f7907870d6c97bb (patch) | |
| tree | b1905ba3452b8b81f1b1fc0a9f03103d2e6b9d18 /generic/tclCompile.c | |
| parent | 3f84674ae33a212e0f4055eadb936a2eb5b35476 (diff) | |
| download | tcl-f4cd60dbb4c40a75914ae6823f7907870d6c97bb.zip tcl-f4cd60dbb4c40a75914ae6823f7907870d6c97bb.tar.gz tcl-f4cd60dbb4c40a75914ae6823f7907870d6c97bb.tar.bz2 | |
A few corrections in comments.
Diffstat (limited to 'generic/tclCompile.c')
| -rw-r--r-- | generic/tclCompile.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclCompile.c b/generic/tclCompile.c index 926c492..b974c30 100644 --- a/generic/tclCompile.c +++ b/generic/tclCompile.c @@ -720,8 +720,8 @@ const Tcl_ObjType tclByteCodeType = { }; /* - * subtCodeType provides the standard type managemnt procedures for the - * substcode type, which represents substiution within a Tcl value. + * substCodeType provides the standard type management procedures for the + * substcode type, which represents substitution within a Tcl value. */ static const Tcl_ObjType substCodeType = { |
