[commit: ghc] master: comment-only typo (9417612)

Gabor Greif ggreif at gmail.com
Wed Jul 18 14:16:16 CEST 2012


Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/9417612ec9d4b27cacd8100cf4831e3e703c976b

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

commit 9417612ec9d4b27cacd8100cf4831e3e703c976b
Author: Gabor Greif <ggreif at gmail.com>
Date:   Wed Jul 18 14:15:05 2012 +0200

    comment-only typo

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

 includes/Cmm.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/includes/Cmm.h b/includes/Cmm.h
index bfac1ee..1788122 100644
--- a/includes/Cmm.h
+++ b/includes/Cmm.h
@@ -1,6 +1,6 @@
 /* -----------------------------------------------------------------------------
  *
- * (c) The University of Glasgow 2004
+ * (c) The University of Glasgow 2004-2012
  *
  * This file is included at the top of all .cmm source files (and
  * *only* .cmm files).  It defines a collection of useful macros for
@@ -50,7 +50,7 @@
  *          StgTSO_what_next(CurrentTSO) = x
  *
  * where the StgTSO_what_next() macro is automatically generated by
- * mkDerivedConstnants.c.  If you need to access a field that doesn't
+ * mkDerivedConstants.c.  If you need to access a field that doesn't
  * already have a macro, edit that file (it's pretty self-explanatory).
  *
  * -------------------------------------------------------------------------- */





More information about the Cvs-ghc mailing list