Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ggreif committed Jun 25, 2013
1 parent 57284db commit aa4c36e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/codeGen/StgCmmClosure.hs
Expand Up @@ -156,7 +156,7 @@ data LambdaFormInfo
-- For a function, the entry code is the fast entry point

| LFUnLifted -- A value of unboxed type;
-- always a value, neeeds evaluation
-- always a value, needs evaluation

| LFLetNoEscape -- See LetNoEscape module for precise description

Expand All @@ -174,7 +174,7 @@ data LambdaFormInfo

data StandardFormInfo
= NonStandardThunk
-- The usual case: not of of the standard forms
-- The usual case: not of the standard forms

| SelectorThunk
-- A SelectorThunk is of form
Expand Down

0 comments on commit aa4c36e

Please sign in to comment.