From 8074de09aae9f223d6c4b2219d97cef986147c99 Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 29 Jun 1998 14:51:03 +0000 Subject: [PATCH] [project @ 1998-06-29 14:51:03 by sof] comment typo --- ghc/lib/std/cbits/closeFile.lc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/lib/std/cbits/closeFile.lc b/ghc/lib/std/cbits/closeFile.lc index 6118574..4fac27b 100644 --- a/ghc/lib/std/cbits/closeFile.lc +++ b/ghc/lib/std/cbits/closeFile.lc @@ -17,7 +17,7 @@ StgForeignObj fp; if ( unlockFile(fileno((FILE *) fp)) ) { /* If the file has already been unlocked (or an entry - for it in the locking tables couldn't be fond), could + for it in the locking tables couldn't be found), could mean two things: - we're repeating an hClose on an already -- 1.7.10.4