summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2013-11-22 09:09:45 +0100
committerGabor Greif <ggreif@gmail.com>2013-11-22 09:12:25 +0100
commite3b53173076cb7877945113bf82ca8fb05f35700 (patch)
tree2176278c22d65fa36aeb758c19bcf15e4860581d /includes
parent5874f13fd83409b28c4f781a93e80f4605d0593e (diff)
downloadhaskell-e3b53173076cb7877945113bf82ca8fb05f35700.tar.gz
Grammar in comments
Diffstat (limited to 'includes')
-rw-r--r--includes/rts/Linker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/rts/Linker.h b/includes/rts/Linker.h
index e7e2ea5ce5..42d316fc38 100644
--- a/includes/rts/Linker.h
+++ b/includes/rts/Linker.h
@@ -37,7 +37,7 @@ void initLinker (void);
* zero => Do not retain CAFs. Everything reachable from foreign
* exports will be retained, due to the StablePtrs
* created by the module initialisation code. unloadObj
- * free these StablePtrs, which will allow the CAFs to
+ * frees these StablePtrs, which will allow the CAFs to
* be GC'd and the code to be removed.
*/
void initLinker_ (int retain_cafs);