diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-03-24 20:47:40 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-03-24 20:47:40 (GMT) |
commit | 220282500becbcb9dc9124b8cca053fb6ed1a4b8 (patch) | |
tree | e1aef50a305c32bf06bd3b7b0e6f2175c7838da9 /generic/tclObj.c | |
parent | b726273bbea296990f6c4c7e98a213f56ce07bc5 (diff) | |
parent | e27c66d81aa3904b675aa2851d14444b44c9555e (diff) | |
download | tcl-220282500becbcb9dc9124b8cca053fb6ed1a4b8.zip tcl-220282500becbcb9dc9124b8cca053fb6ed1a4b8.tar.gz tcl-220282500becbcb9dc9124b8cca053fb6ed1a4b8.tar.bz2 |
Merge 8.6
Diffstat (limited to 'generic/tclObj.c')
-rw-r--r-- | generic/tclObj.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/generic/tclObj.c b/generic/tclObj.c index e496b1e..99368fe 100644 --- a/generic/tclObj.c +++ b/generic/tclObj.c @@ -1039,7 +1039,7 @@ TclDbDumpActiveObjects( * * Called via the TclNewObj or TclDbNewObj macros when TCL_MEM_DEBUG is * enabled. This function will initialize the members of a Tcl_Obj - * struct. Initilization would be done inline via the TclNewObj macro + * struct. Initialization would be done inline via the TclNewObj macro * when compiling without TCL_MEM_DEBUG. * * Results: @@ -3590,7 +3590,7 @@ FreeBignum( * None. * * Side effects: - * The destination object receies a copy of the source object + * The destination object receives a copy of the source object * *---------------------------------------------------------------------- */ @@ -3669,7 +3669,7 @@ UpdateStringOfBignum( * * Tcl_NewBignumObj -- * - * Creates an initializes a bignum object. + * Creates and initializes a bignum object. * * Results: * Returns the newly created object. @@ -4681,7 +4681,7 @@ Tcl_GetCommandFromObj( * None. * * Side effects: - * The object's old internal rep is freed. It's string rep is not + * The object's old internal rep is freed. Its string rep is not * changed. The refcount in the Command structure is incremented to keep * it from being freed if the command is later deleted until * TclNRExecuteByteCode has a chance to recognize that it was deleted. |