diff options
Diffstat (limited to 'compiler/main/Packages.hs')
-rw-r--r-- | compiler/main/Packages.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main/Packages.hs b/compiler/main/Packages.hs index 9feffe7cb5..c1ab3d62c3 100644 --- a/compiler/main/Packages.hs +++ b/compiler/main/Packages.hs @@ -1444,7 +1444,7 @@ mkPackageState dflags dbs preload0 = do we build a mapping saying what every in scope module name points to. -} - -- This, and the other reverse's that you will see, are due to the face that + -- This, and the other reverse's that you will see, are due to the fact that -- packageFlags, pluginPackageFlags, etc. are all specified in *reverse* order -- than they are on the command line. let other_flags = reverse (packageFlags dflags) |