summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--compiler/semparallel.nim4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/semparallel.nim b/compiler/semparallel.nim
index b5b0be91b..f696f6a0a 100644
--- a/compiler/semparallel.nim
+++ b/compiler/semparallel.nim
@@ -460,10 +460,10 @@ proc transformSpawn(g: ModuleGraph; idgen: IdGenerator; owner: PSym; n, barrier:
     result = n
 
 proc checkArgs(a: var AnalysisCtx; n: PNode) =
-  discard "too implement"
+  discard "to implement"
 
 proc generateAliasChecks(a: AnalysisCtx; result: PNode) =
-  discard "too implement"
+  discard "to implement"
 
 proc liftParallel*(g: ModuleGraph; idgen: IdGenerator; owner: PSym; n: PNode): PNode =
   # this needs to be called after the 'for' loop elimination