summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2010-11-23 23:35:36 +0000
committerIan Lynagh <igloo@earth.li>2010-11-23 23:35:36 +0000
commit46809fa91667e952afe016e4cd704b21274241b4 (patch)
tree81e28ff1ad4024b4d34cc2ccf75186b515e409fd /includes
parentb56d78783390e922c4bc8106f04729de01749e01 (diff)
downloadhaskell-46809fa91667e952afe016e4cd704b21274241b4.tar.gz
Remove references to Haskell 98
They are no longer right, as we have Haskell' generating new Haskell standards.
Diffstat (limited to 'includes')
-rw-r--r--includes/rts/FileLock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/rts/FileLock.h b/includes/rts/FileLock.h
index 17087db094..a7d8d3cfed 100644
--- a/includes/rts/FileLock.h
+++ b/includes/rts/FileLock.h
@@ -2,7 +2,7 @@
*
* (c) The GHC Team, 2007-2009
*
- * File locking support as required by Haskell 98
+ * File locking support as required by Haskell
*
* Do not #include this file directly: #include "Rts.h" instead.
*