From dd06e44c0dbb08ee1d8591530471db09802d4f78 Mon Sep 17 00:00:00 2001 From: "lennart@augustsson.net" Date: Sun, 4 Feb 2007 19:30:40 +0000 Subject: [PATCH] Fix a comment typo. --- compiler/typecheck/TcPat.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/typecheck/TcPat.lhs b/compiler/typecheck/TcPat.lhs index 4fe704a..ca3433c 100644 --- a/compiler/typecheck/TcPat.lhs +++ b/compiler/typecheck/TcPat.lhs @@ -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. -- 1.7.10.4