[commit: ghc] cardinality: a typo in comments fixed (630145a)
Ilya Sergey <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.ghc |
|---|---|
| Message-ID | <[email protected]> |
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : cardinality http://hackage.haskell.org/trac/ghc/changeset/630145ab9dedfa1caec7cd759216d641edbf2856 >--------------------------------------------------------------- commit 630145ab9dedfa1caec7cd759216d641edbf2856 Author: Ilya Sergey <[email protected]> Date: Sat Sep 29 18:51:51 2012 +0200 a typo in comments fixed >--------------------------------------------------------------- compiler/stranal/DmdAnal.lhs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/compiler/stranal/DmdAnal.lhs b/compiler/stranal/DmdAnal.lhs index f9848fc..ab708eb 100644 --- a/compiler/stranal/DmdAnal.lhs +++ b/compiler/stranal/DmdAnal.lhs @@ -457,7 +457,7 @@ build (\x y -> x () y) -- this lambda is one-shot Note [Annotatig lambdas at right-hand side] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Let us take a look at the following exmaple: +Let us take a look at the following example: g f = let x = 100 h = \y -> f x y