summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/IO/Windows/Handle.hsc
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/base/GHC/IO/Windows/Handle.hsc')
-rw-r--r--libraries/base/GHC/IO/Windows/Handle.hsc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/GHC/IO/Windows/Handle.hsc b/libraries/base/GHC/IO/Windows/Handle.hsc
index ba7f4d1488..9a28b0dda2 100644
--- a/libraries/base/GHC/IO/Windows/Handle.hsc
+++ b/libraries/base/GHC/IO/Windows/Handle.hsc
@@ -884,7 +884,7 @@ openFile' filepath iomode non_blocking tmp_opts =
-- on the Haskell side by using existing mechanisms such as MVar
-- or IOPorts.
then #{const FILE_FLAG_OVERLAPPED}
- -- I beleive most haskell programs do sequential scans, so
+ -- I believe most haskell programs do sequential scans, so
-- optimize for the common case. Though ideally, this would
-- be parameterized by openFile. This will absolutely trash
-- the cache on reverse scans.