Fix for warning message (bug #812)
[ghc-hetmet.git] / compiler / rename / RnNames.lhs
index 654c101..658028c 100644 (file)
@@ -325,7 +325,7 @@ importsFromImportDecl this_mod
     returnM (gbl_env, imports)
 
 warnRedundantSourceImport mod_name
     returnM (gbl_env, imports)
 
 warnRedundantSourceImport mod_name
-  = ptext SLIT("Unnecessary {- SOURCE -} in the import of module")
+  = ptext SLIT("Unnecessary {-# SOURCE #-} in the import of module")
           <+> quotes (ppr mod_name)
 \end{code}
 
           <+> quotes (ppr mod_name)
 \end{code}