diff options
Diffstat (limited to 'compiler/GHC/Driver/CodeOutput.hs')
| -rw-r--r-- | compiler/GHC/Driver/CodeOutput.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Driver/CodeOutput.hs b/compiler/GHC/Driver/CodeOutput.hs index 01de8cf982..8d4726baf6 100644 --- a/compiler/GHC/Driver/CodeOutput.hs +++ b/compiler/GHC/Driver/CodeOutput.hs @@ -58,7 +58,7 @@ codeOutput :: DynFlags -> ModLocation -> ForeignStubs -> [(ForeignSrcLang, FilePath)] - -- ^ additional files to be compiled with with the C compiler + -- ^ additional files to be compiled with the C compiler -> [UnitId] -> Stream IO RawCmmGroup a -- Compiled C-- -> IO (FilePath, |
