diff options
author | Javran Cheng <Javran.c@gmail.com> | 2015-04-06 13:36:21 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2015-04-06 13:37:20 +0200 |
commit | 72092904e0ac1725c05c0447e1efe7ab541faa95 (patch) | |
tree | f085c3544df42033df86acd862b21762cadff650 /ghc | |
parent | 22eecaff9db1feb7eef9ee8ed11fcef4df01b08e (diff) | |
download | haskell-72092904e0ac1725c05c0447e1efe7ab541faa95.tar.gz |
fix typo
[skip ci]
Differential Revision: https://phabricator.haskell.org/D812
Diffstat (limited to 'ghc')
-rw-r--r-- | ghc/GhciMonad.hs | 2 |
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], |