diff options
Diffstat (limited to 'rts/posix/FileLock.c')
-rw-r--r-- | rts/posix/FileLock.c | 2 |
1 files changed, 1 insertions, 1 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 * * ---------------------------------------------------------------------------*/ |