summaryrefslogtreecommitdiff
path: root/rts/posix
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 /rts/posix
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 'rts/posix')
-rw-r--r--rts/posix/FileLock.c2
-rw-r--r--rts/posix/FileLock.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/rts/posix/FileLock.c b/rts/posix/FileLock.c
index 7023b9ef67..cb36366070 100644
--- a/rts/posix/FileLock.c
+++ b/rts/posix/FileLock.c
@@ -2,7 +2,7 @@
*
* (c) The GHC Team, 2007
*
- * File locking support as required by Haskell 98
+ * File locking support as required by Haskell
*
* ---------------------------------------------------------------------------*/
diff --git a/rts/posix/FileLock.h b/rts/posix/FileLock.h
index 508cee8455..72ab170437 100644
--- a/rts/posix/FileLock.h
+++ b/rts/posix/FileLock.h
@@ -2,7 +2,7 @@
*
* (c) The GHC Team, 2007
*
- * File locking support as required by Haskell 98
+ * File locking support as required by Haskell
*
* ---------------------------------------------------------------------------*/