summaryrefslogtreecommitdiff
path: root/rts/posix
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2016-11-18 10:57:46 +0100
committerGabor Greif <ggreif@gmail.com>2016-11-18 10:59:33 +0100
commitd328abc84962dbe16763e6e82418c5bb7a2b8628 (patch)
treef83b41dc59f386871ee307296a7bd41106b208de /rts/posix
parent94d1221cfb31188990738e7f7cbb3ae0a30c9f98 (diff)
downloadhaskell-d328abc84962dbe16763e6e82418c5bb7a2b8628.tar.gz
Spelling in comment only
Diffstat (limited to 'rts/posix')
-rw-r--r--rts/posix/Signals.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/posix/Signals.c b/rts/posix/Signals.c
index d73143bd31..97439c5120 100644
--- a/rts/posix/Signals.c
+++ b/rts/posix/Signals.c
@@ -561,7 +561,7 @@ empty_handler (int sig STG_UNUSED)
When a process is suspeended with ^Z and resumed again, the shell
makes no attempt to save and restore the terminal settings. So on
- resume, any terminal setting modificaions we made (e.g. turning off
+ resume, any terminal setting modifications we made (e.g. turning off
ICANON due to hSetBuffering NoBuffering) may well be lost. Hence,
we arrange to save and restore the terminal settings ourselves.