[commit: ghc] master: Minor doc typofix. (e6adb58)
Ian Lynagh
igloo at earth.li
Thu Feb 28 15:20:31 CET 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/e6adb589de992acc6a290397514e9048d74b1abc
>---------------------------------------------------------------
commit e6adb589de992acc6a290397514e9048d74b1abc
Author: Edward Z. Yang <ezyang at mit.edu>
Date: Wed Feb 27 14:22:55 2013 -0800
Minor doc typofix.
Signed-off-by: Edward Z. Yang <ezyang at mit.edu>
>---------------------------------------------------------------
compiler/stgSyn/StgSyn.lhs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/stgSyn/StgSyn.lhs b/compiler/stgSyn/StgSyn.lhs
index 9780676..fe8b1fc 100644
--- a/compiler/stgSyn/StgSyn.lhs
+++ b/compiler/stgSyn/StgSyn.lhs
@@ -381,7 +381,7 @@ For @scc@ expressions we introduce a new STG construct.
%* *
%************************************************************************
-Finally for @scc@ expressions we introduce a new STG construct.
+Finally for @hpc@ expressions we introduce a new STG construct.
\begin{code}
| StgTick
More information about the ghc-commits
mailing list