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