summaryrefslogtreecommitdiff
path: root/compiler/GHC/Runtime/Interpreter.hs
diff options
context:
space:
mode:
authorRichard Eisenberg <rae@richarde.dev>2020-10-28 17:51:42 -0400
committerRichard Eisenberg <rae@richarde.dev>2020-10-28 17:51:42 -0400
commitb0fbfd3100ca36abcb1c854dea92722fc45f5328 (patch)
tree6532da06fe8b329c64f48c8c0fe1c9e419ca3d0f /compiler/GHC/Runtime/Interpreter.hs
parent28f98b01d055c8027f9495b1669bf875b3e42168 (diff)
downloadhaskell-wip/neuter.tar.gz
Remove unnecessary gender from comments/docswip/neuter
While, say, alternating "he" and "she" in sequential writing may be nicer than always using "they", reading code/documentation is almost never sequential. If this small change makes individuals feel more welcome in GHC's codebase, that's a good thing.
Diffstat (limited to 'compiler/GHC/Runtime/Interpreter.hs')
-rw-r--r--compiler/GHC/Runtime/Interpreter.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Runtime/Interpreter.hs b/compiler/GHC/Runtime/Interpreter.hs
index bcfd34ee15..370b0233c9 100644
--- a/compiler/GHC/Runtime/Interpreter.hs
+++ b/compiler/GHC/Runtime/Interpreter.hs
@@ -403,7 +403,7 @@ handleSeqHValueStatus :: HscEnv -> EvalStatus () -> IO (EvalResult ())
handleSeqHValueStatus hsc_env eval_status = do
case eval_status of
(EvalBreak is_exception _ ix mod_uniq resume_ctxt _) -> do
- -- A breakpoint was hit, inform the user and tell him
+ -- A breakpoint was hit; inform the user and tell them
-- which breakpoint was hit.
resume_ctxt_fhv <- liftIO $ mkFinalizedHValue hsc_env resume_ctxt
let hmi = expectJust "handleRunStatus" $