tools.time: fix typo in docs

db4
Keita Haga 2011-01-18 07:28:40 +09:00
parent 106428bf89
commit e4516aabf0
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ ARTICLE: "timing" "Timing code and collecting statistics"
{ $subsections time }
"This word also collects statistics about method dispatch and garbage collection:"
{ $subsections dispatch-stats. gc-events. gc-stats. gc-summary. }
"A lower-level word puts timings on the stack, intead of printing:"
"A lower-level word puts timings on the stack, instead of printing:"
{ $subsections benchmark }
"You can also read the system clock directly; see " { $link "system" } "."
{ $see-also "profiling" "tools.annotations" "calendar" } ;