summaryrefslogtreecommitdiff
path: root/includes/Cmm.h
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2012-07-18 14:15:05 +0200
committerGabor Greif <ggreif@gmail.com>2012-07-18 14:15:05 +0200
commit9417612ec9d4b27cacd8100cf4831e3e703c976b (patch)
treeb40f185f217839e5297e2145bd180c5c32923991 /includes/Cmm.h
parent6af4e5dc8d224dff3c065843e065c3861320ec33 (diff)
downloadhaskell-9417612ec9d4b27cacd8100cf4831e3e703c976b.tar.gz
comment-only typo
Diffstat (limited to 'includes/Cmm.h')
-rw-r--r--includes/Cmm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/Cmm.h b/includes/Cmm.h
index bfac1ee2f0..1788122f29 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).
*
* -------------------------------------------------------------------------- */