[commit: ghc] master: rts: Fix typo in comment (c04571d)
git at git.haskell.org
git at git.haskell.org
Sat May 23 22:56:37 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/c04571daf6175d3976827dcfce61e08c0896d0ee/ghc
>---------------------------------------------------------------
commit c04571daf6175d3976827dcfce61e08c0896d0ee
Author: Erik de Castro Lopo <erikd at mega-nerd.com>
Date: Thu May 21 14:11:15 2015 +1000
rts: Fix typo in comment
>---------------------------------------------------------------
c04571daf6175d3976827dcfce61e08c0896d0ee
rts/StgCRun.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rts/StgCRun.c b/rts/StgCRun.c
index f8a3f0f..02ec532 100644
--- a/rts/StgCRun.c
+++ b/rts/StgCRun.c
@@ -692,7 +692,7 @@ StgRun(StgFunPtr f, StgRegTable *basereg) {
#endif
/*
* allocate some space for Stg machine's temporary storage.
- * Note: RESERVER_C_STACK_BYTES has to be a round number here or
+ * Note: RESERVED_C_STACK_BYTES has to be a round number here or
* the assembler can't assemble it.
*/
"sub sp, sp, %3\n\t"
@@ -776,7 +776,7 @@ StgRun(StgFunPtr f, StgRegTable *basereg) {
/*
* allocate some space for Stg machine's temporary storage.
- * Note: RESERVER_C_STACK_BYTES has to be a round number here or
+ * Note: RESERVED_C_STACK_BYTES has to be a round number here or
* the assembler can't assemble it.
*/
"sub sp, sp, %3\n\t"
More information about the ghc-commits
mailing list