diff options
Diffstat (limited to 'compiler/main/Ar.hs')
-rw-r--r-- | compiler/main/Ar.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main/Ar.hs b/compiler/main/Ar.hs index 73292d0ae3..1a1862a6fe 100644 --- a/compiler/main/Ar.hs +++ b/compiler/main/Ar.hs @@ -13,7 +13,7 @@ the same name.) As Archives are rather simple structurally, we can just build the archives with Haskell directly and use ranlib on the final result to get the symbol index. This should allow us to work around with the differences/abailability -of libtool across differet platforms. +of libtool across different platforms. -} module Ar (ArchiveEntry(..) |