diff options
author | Gabor Greif <ggreif@gmail.com> | 2012-07-18 14:15:05 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2012-07-18 14:15:05 +0200 |
commit | 9417612ec9d4b27cacd8100cf4831e3e703c976b (patch) | |
tree | b40f185f217839e5297e2145bd180c5c32923991 | |
parent | 6af4e5dc8d224dff3c065843e065c3861320ec33 (diff) | |
download | haskell-9417612ec9d4b27cacd8100cf4831e3e703c976b.tar.gz |
comment-only typo
-rw-r--r-- | includes/Cmm.h | 4 |
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). * * -------------------------------------------------------------------------- */ |