[commit: ghc] ghc-7.8: Typos (0bbb8dc)

git at git.haskell.org git at git.haskell.org
Sat Mar 22 19:38:14 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : ghc-7.8
Link       : http://ghc.haskell.org/trac/ghc/changeset/0bbb8dc74a76d1f694263147725b451c25ed0661/ghc

>---------------------------------------------------------------

commit 0bbb8dc74a76d1f694263147725b451c25ed0661
Author: Austin Seipp <austin at well-typed.com>
Date:   Fri Mar 21 04:36:23 2014 -0500

    Typos
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>
    (cherry picked from commit ba0c0123fb2f6942f57636ca458d5a87870f1ecc)


>---------------------------------------------------------------

0bbb8dc74a76d1f694263147725b451c25ed0661
 compiler/main/HscTypes.lhs |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/compiler/main/HscTypes.lhs b/compiler/main/HscTypes.lhs
index b8ecc10..c4c5efd 100644
--- a/compiler/main/HscTypes.lhs
+++ b/compiler/main/HscTypes.lhs
@@ -1119,10 +1119,10 @@ shadowed by the second declaration.  But it has a respectable
 qualified name (Ghci1.T), and its source location says where it was
 defined.
 
-So the main invariant continues to hold, that in any session an original
-name M.T only refers to oe unique thing.  (In a previous iteration both
-the T's above were called :Interactive.T, albeit with different uniques,
-which gave rise to all sorts of trouble.)
+So the main invariant continues to hold, that in any session an
+original name M.T only refers to one unique thing.  (In a previous
+iteration both the T's above were called :Interactive.T, albeit with
+different uniques, which gave rise to all sorts of trouble.)
 
 The details are a bit tricky though:
 
@@ -1132,7 +1132,7 @@ The details are a bit tricky though:
  * ic_tythings contains only things from the 'interactive' package.
 
  * Module from the 'interactive' package (Ghci1, Ghci2 etc) never go
-   in the Home Package Table (HPT).  When you say :load, that's when
+   in the Home Package Table (HPT).  When you say :load, that's when we
    extend the HPT.
 
  * The 'thisPackage' field of DynFlags is *not* set to 'interactive'.



More information about the ghc-commits mailing list