[commit: ghc] master: Comment tweaks only (474d4cc)

git at git.haskell.org git at git.haskell.org
Sun Jul 26 03:35:41 UTC 2015


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/474d4ccc6e4a3bea93be16cb7daef6ffcdf9b663/ghc

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

commit 474d4ccc6e4a3bea93be16cb7daef6ffcdf9b663
Author: Reid Barton <rwbarton at gmail.com>
Date:   Sat Jul 25 23:36:29 2015 -0400

    Comment tweaks only


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

474d4ccc6e4a3bea93be16cb7daef6ffcdf9b663
 compiler/stgSyn/StgSyn.hs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler/stgSyn/StgSyn.hs b/compiler/stgSyn/StgSyn.hs
index 6c6d4bf..d04a157 100644
--- a/compiler/stgSyn/StgSyn.hs
+++ b/compiler/stgSyn/StgSyn.hs
@@ -174,7 +174,7 @@ function. (If the arguments were expressions, we would have to build
 their closures first.)
 
 There is no constructor for a lone variable; it would appear as
- at StgApp var [] _ at .
+ at StgApp var []@.
 -}
 
 type GenStgLiveVars occ = UniqSet occ
@@ -191,7 +191,7 @@ data GenStgExpr bndr occ
 *                                                                      *
 ************************************************************************
 
-There are a specialised forms of application, for constructors,
+There are specialised forms of application, for constructors,
 primitives, and literals.
 -}
 



More information about the ghc-commits mailing list