[commit: ghc] master: Fix typo in header guard. (e140837)

Austin Seipp mad.one at gmail.com
Wed Jun 19 07:19:19 CEST 2013


Repository : http://darcs.haskell.org/ghc.git/

On branch  : master

https://github.com/ghc/ghc/commit/e140837575e4142b476489d3e50eb62b063e07f4

>---------------------------------------------------------------

commit e140837575e4142b476489d3e50eb62b063e07f4
Author: Austin Seipp <aseipp at pobox.com>
Date:   Wed Jun 19 00:16:18 2013 -0500

    Fix typo in header guard.
    
    Spotted by Clang.
    
    Signed-off-by: Austin Seipp <aseipp at pobox.com>

>---------------------------------------------------------------

 rts/sm/MarkStack.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rts/sm/MarkStack.h b/rts/sm/MarkStack.h
index db79ca4..e2319a5 100644
--- a/rts/sm/MarkStack.h
+++ b/rts/sm/MarkStack.h
@@ -12,7 +12,7 @@
  * ---------------------------------------------------------------------------*/
 
 #ifndef SM_MARKSTACK_H
-#define SM_MARKSTACk_H
+#define SM_MARKSTACK_H
 
 #include "BeginPrivate.h"
 





More information about the ghc-commits mailing list