Skip to content

Commit ce25043

Browse files
committed
UExpr not UEXpr, refs #560
1 parent 16bbc6b commit ce25043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

copilot-c99/src/Copilot/Compile/C99/Compile.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ typeTypes ty = case ty of
283283
_ -> [UType ty]
284284

285285
-- | Collect all expression of a list of streams and triggers and wrap them
286-
-- into an UEXpr.
286+
-- into an UExpr.
287287
gatherExprs :: [Stream] -> [Trigger] -> [UExpr]
288288
gatherExprs streams triggers = map streamUExpr streams
289289
++ concatMap triggerUExpr triggers

0 commit comments

Comments
 (0)