diff options
author | Gabor Greif <ggreif@gmail.com> | 2015-06-08 17:15:09 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2015-06-12 11:23:34 +0200 |
commit | 0ef71740f6cc5ffddc08eb610b4add7fbdaab54a (patch) | |
tree | 57b336b7687d20fcf92acebc1e6631f4d35f7671 /rts/Trace.c | |
parent | 016bbfd261b91193baa99ec008b469a70c66b8be (diff) | |
download | haskell-0ef71740f6cc5ffddc08eb610b4add7fbdaab54a.tar.gz |
Squash typos in comments
Diffstat (limited to 'rts/Trace.c')
-rw-r--r-- | rts/Trace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/Trace.c b/rts/Trace.c index bd4d332eac..dab7347e5c 100644 --- a/rts/Trace.c +++ b/rts/Trace.c @@ -461,7 +461,7 @@ void traceOSProcessInfo_(void) { getpid()); #if !defined(cygwin32_HOST_OS) && !defined (mingw32_HOST_OS) -/* Windows has no strong concept of process heirarchy, so no getppid(). +/* Windows has no strong concept of process hierarchy, so no getppid(). * In any case, this trace event is mainly useful for tracing programs * that use 'forkProcess' which Windows doesn't support anyway. */ |