mirror of
https://github.com/tcltk/tcl.git
synced 2026-05-29 00:27:49 +08:00
typo
This commit is contained in:
@@ -4169,7 +4169,7 @@ TestsetplatformCmd(
|
||||
* A standard Tcl result.
|
||||
*
|
||||
* Side effects:
|
||||
* When the packge given by argv[1] is loaded into an interpeter,
|
||||
* When the packge given by argv[1] is loaded into an interpreter,
|
||||
* variable "x" in that interpreter is set to "loaded".
|
||||
*
|
||||
*----------------------------------------------------------------------
|
||||
|
||||
@@ -32,7 +32,7 @@ namespace path {::tclTestPerf}
|
||||
## set testing defaults:
|
||||
set ::env(TCL_TZ) :CET
|
||||
|
||||
# warm-up interpeter compiler env, clock platform-related features:
|
||||
# warm-up interpreter compiler env, clock platform-related features:
|
||||
|
||||
## warm-up test-related features (load clock.tcl, system zones, locales, etc.):
|
||||
clock scan "" -gmt 1
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
namespace eval ::tclTestPerf {
|
||||
# warm-up interpeter compiler env, calibrate timerate measurement functionality:
|
||||
# warm-up interpreter compiler env, calibrate timerate measurement functionality:
|
||||
|
||||
# if no timerate here - import from unsupported:
|
||||
if {[namespace which -command timerate] eq {}} {
|
||||
|
||||
Reference in New Issue
Block a user