From 6d94e4fef600e9f14112e11d3e1ff20834bf3446 Mon Sep 17 00:00:00 2001 From: Lemmih Date: Wed, 28 Mar 2007 22:01:09 +0000 Subject: [PATCH] Typo in comment. --- compiler/main/HscMain.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/main/HscMain.lhs b/compiler/main/HscMain.lhs index cafba83..463c303 100644 --- a/compiler/main/HscMain.lhs +++ b/compiler/main/HscMain.lhs @@ -193,7 +193,7 @@ data HscStatus -- This is a hack. We can't compile C files here -- since it's done in DriverPipeline. For now we -- just return True if we want the caller to compile - -- it for us. + -- them for us. -- Status of a compilation to byte-code. data InteractiveStatus -- 1.7.10.4