From ca9c1968d8fc26bb1d2e9700fab2e94932bc0696 Mon Sep 17 00:00:00 2001 From: Araq Date: Wed, 9 Sep 2015 09:39:28 +0200 Subject: [PATCH] fixes typo --- compiler/writetracking.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/writetracking.nim b/compiler/writetracking.nim index 38258b07a7..141b496c13 100644 --- a/compiler/writetracking.nim +++ b/compiler/writetracking.nim @@ -200,7 +200,7 @@ proc deps(w: var W; n: PNode) = proc possibleAliases(w: var W; result: var seq[ptr TSym]) = # this is an expensive fixpoint iteration. We could speed up this analysis - # by a smarter data-structure but we wait until prolifing shows us it's + # by a smarter data-structure but we wait until profiling shows us it's # expensive. Usually 'w.assignments' is small enough. var alreadySeen = initIntSet() template addNoDup(x) =