summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2018-01-03 16:58:36 +0100
committerGabor Greif <ggreif@gmail.com>2018-01-03 17:08:53 +0100
commit7a25659efc4d22086a9e75dc90e3701c1706c625 (patch)
treee0fe194599e782610003c7283d30e40b4285317a /utils
parent298ec78c8832b391c19d662576e59c3e16bd43b0 (diff)
downloadhaskell-7a25659efc4d22086a9e75dc90e3701c1706c625.tar.gz
Typos in comments
Diffstat (limited to 'utils')
-rw-r--r--utils/gen-dll/Main.hs2
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.