summary refs log tree commit diff stats
path: root/tools/detect/detect.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-08-29 01:28:48 +0200
committerAraq <rumpf_a@web.de>2014-08-29 01:28:48 +0200
commita68f17a9f78e762a8cb77a1fa088e2a507ae44a4 (patch)
treea8bb1f480f676eacf9edd3251c3ca6c5b94164bd /tools/detect/detect.nim
parent6713ebcd9808f79d9ccdf02c38c58a17cd9eee9c (diff)
downloadNim-a68f17a9f78e762a8cb77a1fa088e2a507ae44a4.tar.gz
posix.nim compiles again
Diffstat (limited to 'tools/detect/detect.nim')
-rw-r--r--tools/detect/detect.nim4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/detect/detect.nim b/tools/detect/detect.nim
index 87b682ad5..77efdaacd 100644
--- a/tools/detect/detect.nim
+++ b/tools/detect/detect.nim
@@ -1,8 +1,8 @@
 # Posix detect program
 # (c) 2010 Andreas Rumpf
 
-# This program produces a C program that produces a Nimrod include file.
-# The Nimrod include file lists the values of each POSIX constant.
+# This program produces a C program that produces a Nim include file.
+# The Nim include file lists the values of each POSIX constant.
 # This is needed because POSIX is brain-dead: It only cares for C, any other
 # language is ignored. It would have been easier had they specified the
 # concrete values of the constants. Sigh.