diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-02-13 15:32:49 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-02-15 09:39:02 +0100 |
commit | e28fbbb7c3d5904a88b4743d0d10f212d61d8293 (patch) | |
tree | 9b3c164a321cdf3124fdd1eb562bdfd7eb77cd19 /rts/Trace.c | |
parent | 93e65c8ab7b468d69bf24d9dc2f197d24e5166f4 (diff) | |
download | haskell-e28fbbb7c3d5904a88b4743d0d10f212d61d8293.tar.gz |
Typos [ci skip]
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 07717f3ac3..3defedbe2f 100644 --- a/rts/Trace.c +++ b/rts/Trace.c @@ -42,7 +42,7 @@ static Mutex trace_utx; static bool eventlog_enabled; /* --------------------------------------------------------------------------- - Starting up / shuttting down the tracing facilities + Starting up / shutting down the tracing facilities --------------------------------------------------------------------------- */ static const EventLogWriter *getEventLogWriter(void) |