Fix a comment typo.
authorlennart@augustsson.net <unknown>
Sun, 4 Feb 2007 19:30:40 +0000 (19:30 +0000)
committerlennart@augustsson.net <unknown>
Sun, 4 Feb 2007 19:30:40 +0000 (19:30 +0000)
compiler/typecheck/TcPat.lhs

index 4fe704a..ca3433c 100644 (file)
@@ -228,7 +228,7 @@ unBoxArgType ty pp_this
 
 Note [Nesting]
 ~~~~~~~~~~~~~~
-tcPat takes a "thing inside" over which the patter scopes.  This is partly
+tcPat takes a "thing inside" over which the pattern scopes.  This is partly
 so that tcPat can extend the environment for the thing_inside, but also 
 so that constraints arising in the thing_inside can be discharged by the
 pattern.