[Git][ghc/ghc][wip/js-fileStat] Fix typo.
Josh Meredith (@JoshMeredith)
gitlab at gitlab.haskell.org
Thu Jan 19 14:51:11 UTC 2023
Josh Meredith pushed to branch wip/js-fileStat at Glasgow Haskell Compiler / GHC
Commits:
b385d869 by Josh Meredith at 2023-01-19T14:51:01+00:00
Fix typo.
- - - - -
1 changed file:
- libraries/base/jsbits/base.js
Changes:
=====================================
libraries/base/jsbits/base.js
=====================================
@@ -454,7 +454,7 @@ function h$base_c_s_isfifo(mode) {
#ifndef GHCJS_BROWSER
// The `fileStat` is filled according to the layout of Emscripten's `stat`
// struct - defined in stat.h. We must use this layout due to this header
-// file being used for retrieve the offsets for hsc files that peek into
+// file being used to retrieve the offsets for hsc files that peek into
// memory locations of structs directly. For more information see:
// https://gitlab.haskell.org/ghc/ghc/-/issues/22573
function h$base_fillStat(fs, b, off) {
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b385d86918322e3f6a297ac4bc2bba0e0fefbb63
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b385d86918322e3f6a297ac4bc2bba0e0fefbb63
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20230119/4ba15567/attachment.html>
More information about the ghc-commits
mailing list