From 2e8d58ffcf6c07aef1aa8e5bb4abb874a9bf2b79 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Fri, 1 May 2009 21:02:51 +0000 Subject: [PATCH] removed lots of "the the"s svn: r14679 original commit: ff73a5395ee00699c7b85d6ed20bbc3e5d9a2957 --- collects/profile/sampler.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/profile/sampler.ss b/collects/profile/sampler.ss index 692cb45..7529135 100644 --- a/collects/profile/sampler.ss +++ b/collects/profile/sampler.ss @@ -23,7 +23,7 @@ ;; start at 0, since threads are likely to run before a sample is ;; collected. ;; - Finally, the part is a snapshot of the thread's stack, as -;; grabbed by `continuation-mark-set->context'. The the values in these +;; grabbed by `continuation-mark-set->context'. The values in these ;; snapshots are interned to reduce memory load. ;; The results are collected sequentially, so they're always sorted from the ;; newest to the oldest. Remember that these results should be considered