summary refs log tree commit diff stats
path: root/compiler
diff options
context:
space:
mode:
authorflywind <xzsflywind@gmail.com>2021-04-08 01:54:28 +0800
committerGitHub <noreply@github.com>2021-04-07 19:54:28 +0200
commita7d6ba45260d9fee3bdc2761fa67bcd114edac7f (patch)
tree10d961cea75868eb0b25f9ccc816b5df939c5e64 /compiler
parent834d5641e88b144c1cf94fa13f567b0a2acda977 (diff)
downloadNim-a7d6ba45260d9fee3bdc2761fa67bcd114edac7f.tar.gz
minor typos (#17668)
Diffstat (limited to 'compiler')
-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