Comment only
authorsimonpj@microsoft.com <unknown>
Thu, 20 Dec 2007 16:46:21 +0000 (16:46 +0000)
committersimonpj@microsoft.com <unknown>
Thu, 20 Dec 2007 16:46:21 +0000 (16:46 +0000)
compiler/iface/IfaceSyn.lhs

index cee586f..8786371 100644 (file)
@@ -244,7 +244,7 @@ data IfaceLetBndr = IfLetBndr FastString IfaceType IfaceIdInfo
 
 Note [IdInfo on nested let-bindings]
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-Occasionally we want to preserve IdInfo on nested let bindings The one
+Occasionally we want to preserve IdInfo on nested let bindings. The one
 that came up was a NOINLINE pragma on a let-binding inside an INLINE
 function.  The user (Duncan Coutts) really wanted the NOINLINE control
 to cross the separate compilation boundary.