From b458760b18ca7d3e1e913eefbf8478eac34afb99 Mon Sep 17 00:00:00 2001 From: rrt Date: Fri, 14 Apr 2000 16:21:32 +0000 Subject: [PATCH] [project @ 2000-04-14 16:21:32 by rrt] Spell "flush" "flush" not "flish". --- ghc/lib/std/cbits/freeFile.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/lib/std/cbits/freeFile.c b/ghc/lib/std/cbits/freeFile.c index 9e4c530..a35f290 100644 --- a/ghc/lib/std/cbits/freeFile.c +++ b/ghc/lib/std/cbits/freeFile.c @@ -1,7 +1,7 @@ /* * (c) The GRASP/AQUA Project, Glasgow University, 1994-1998 * - * $Id: freeFile.c,v 1.10 2000/04/11 20:44:18 panne Exp $ + * $Id: freeFile.c,v 1.11 2000/04/14 16:21:32 rrt Exp $ * * Giving up files */ @@ -50,7 +50,7 @@ freeFileObject(StgAddr ptr) /* * The finaliser for the file objects embedded in Handles. The RTS * assumes that the finaliser runs without problems, so all - * we can do here is flish buffers + close(), and hope nothing went wrong. + * we can do here is flush buffers + close(), and hope nothing went wrong. * */ -- 1.7.10.4