summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorreactormonk <hafnersimon@gmail.com>2015-02-02 23:40:52 +0500
committerreactormonk <hafnersimon@gmail.com>2015-02-02 23:40:52 +0500
commit8e98007dcef21e2f928974ef787aa708c09a8428 (patch)
tree4f6ca303dd8a3f324b4d9d288964ee444bd6c78f
parent903ca78289dc0460e07bd449a972a4d203d9a09b (diff)
parent9a1be7a9f3d8a6bd0c9b8ce5b37ad41c89250a56 (diff)
downloadNim-8e98007dcef21e2f928974ef787aa708c09a8428.tar.gz
Merge pull request #2055 from dumndummer/patch-4
Update macros.nim
-rw-r--r--lib/core/macros.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/core/macros.nim b/lib/core/macros.nim
index 3e0da79be..22b9c4907 100644
--- a/lib/core/macros.nim
+++ b/lib/core/macros.nim
@@ -238,7 +238,7 @@ proc genSym*(kind: TNimrodSymKind = nskLet; ident = ""): PNimrodNode {.
   ## needs to occur in a declaration context.
 
 proc callsite*(): PNimrodNode {.magic: "NCallSite", gcsafe.}
-  ## returns the AST if the invokation expression that invoked this macro.
+  ## returns the AST of the invocation expression that invoked this macro.
 
 proc toStrLit*(n: PNimrodNode): PNimrodNode {.compileTime.} =
   ## converts the AST `n` to the concrete Nimrod code and wraps that