diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-02-08 14:14:36 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-02-09 13:14:17 +0100 |
commit | e8f5efb55b694f70542d22d5c3aaf92222ccd973 (patch) | |
tree | 57f265e9826ce6ff8542ce4ebd8c73c630dbf0e2 /ghc | |
parent | b9bebd8cedccd7e8dd6df89b5504cd8f1e7a675b (diff) | |
download | haskell-e8f5efb55b694f70542d22d5c3aaf92222ccd973.tar.gz |
Tweaks and typos in manual, note refs, comments
Diffstat (limited to 'ghc')
-rw-r--r-- | ghc/GHCi/UI.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/GHCi/UI.hs b/ghc/GHCi/UI.hs index 18d72dfa0e..11c086c45f 100644 --- a/ghc/GHCi/UI.hs +++ b/ghc/GHCi/UI.hs @@ -3362,7 +3362,7 @@ findBreakByLine line arr (comp, incomp) = partition ends_here starts_here where ends_here (_,pan) = GHC.srcSpanEndLine pan == line --- The aim is to find the breakpionts for all the RHSs of the +-- The aim is to find the breakpoints for all the RHSs of the -- equations corresponding to a binding. So we find all breakpoints -- for -- (a) this binder only (not a nested declaration) |