summaryrefslogtreecommitdiff
path: root/ghc
diff options
context:
space:
mode:
Diffstat (limited to 'ghc')
-rw-r--r--ghc/GhciMonad.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/GhciMonad.hs b/ghc/GhciMonad.hs
index 19b900995a..cf82161bff 100644
--- a/ghc/GhciMonad.hs
+++ b/ghc/GhciMonad.hs
@@ -85,7 +85,7 @@ data GHCiState = GHCiState
-- available ghci commands
ghci_commands :: [Command],
-- ":" at the GHCi prompt repeats the last command, so we
- -- remember is here:
+ -- remember it here:
last_command :: Maybe Command,
cmdqueue :: [String],