diff options
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) |