diff options
author | Gabor Greif <ggreif@gmail.com> | 2018-01-03 16:58:36 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2018-01-03 17:08:53 +0100 |
commit | 7a25659efc4d22086a9e75dc90e3701c1706c625 (patch) | |
tree | e0fe194599e782610003c7283d30e40b4285317a /utils/gen-dll | |
parent | 298ec78c8832b391c19d662576e59c3e16bd43b0 (diff) | |
download | haskell-7a25659efc4d22086a9e75dc90e3701c1706c625.tar.gz |
Typos in comments
Diffstat (limited to 'utils/gen-dll')
-rw-r--r-- | utils/gen-dll/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/gen-dll/Main.hs b/utils/gen-dll/Main.hs index 0383b8e322..7cc965bd7d 100644 --- a/utils/gen-dll/Main.hs +++ b/utils/gen-dll/Main.hs @@ -85,7 +85,7 @@ In the end we end up with libfoo-pt1.dll, libfoo-pt2.dll and libfoo-pt3.dll along with libfoo.dll.a. To the rest of the pipeline the split is - completely transparant as -lfoo will just continue to work, and the linker + completely transparent as -lfoo will just continue to work, and the linker is responsible for populating the IAT (Import Address Table) with the actual dlls we need. |