Tweak a comment to talk about UnboxedTuples rather than -fglasgow-exts
authorIan Lynagh <igloo@earth.li>
Mon, 16 Jun 2008 22:52:48 +0000 (22:52 +0000)
committerIan Lynagh <igloo@earth.li>
Mon, 16 Jun 2008 22:52:48 +0000 (22:52 +0000)
compiler/typecheck/TcMType.lhs

index 865c749..46ce803 100644 (file)
@@ -1054,7 +1054,7 @@ nonZeroRank _        = True
 
 ----------------------------------------
 data UbxTupFlag = UT_Ok        | UT_NotOk
-       -- The "Ok" version means "ok if -fglasgow-exts is on"
+       -- The "Ok" version means "ok if UnboxedTuples is on"
 
 ----------------------------------------
 check_mono_type :: Type -> TcM ()      -- No foralls anywhere