summaryrefslogtreecommitdiff
path: root/rts/eventlog
diff options
context:
space:
mode:
authorEric Lindblad <lindblad@gmx.us>2022-05-13 15:40:55 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-06-01 07:44:51 -0400
commit514a6a28db16793d6d2ca8fe7863e82943f56374 (patch)
tree5e35392d37250050e192d11790bdefa7011f8862 /rts/eventlog
parentef7ddd7348070a9149d162217280c0a50f2b213d (diff)
downloadhaskell-514a6a28db16793d6d2ca8fe7863e82943f56374.tar.gz
typos
Diffstat (limited to 'rts/eventlog')
-rw-r--r--rts/eventlog/EventLog.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/rts/eventlog/EventLog.c b/rts/eventlog/EventLog.c
index ff3229298c..ba05f31591 100644
--- a/rts/eventlog/EventLog.c
+++ b/rts/eventlog/EventLog.c
@@ -76,7 +76,7 @@ bool eventlog_enabled; // protected by state_change_mutex to ensure
* 6. stop the writer
* 7. release state_change_mutex
*
- * Note that a corrollary of this is that !eventlog_enabled implies that the
+ * Note that a corollary of this is that !eventlog_enabled implies that the
* eventlog buffers are all empty (modulo the block marker that all buffers
* always have).
*
@@ -302,7 +302,7 @@ postHeaderEvents(void)
postInt32(&eventBuf, EVENT_DATA_BEGIN);
}
-// These events will be reposted everytime we restart the eventlog
+// These events will be reposted every time we restart the eventlog
void
postInitEvent(EventlogInitPost post_init){
ACQUIRE_LOCK(&state_change_mutex);
@@ -1341,7 +1341,7 @@ void postProfSampleCostCentre(Capability *cap,
// This event is output at the start of profiling so the tick interval can
// be reported. Once the tick interval is reported the total executation time
-// can be calculuated from how many samples there are.
+// can be calculated from how many samples there are.
void postProfBegin(void)
{
ACQUIRE_LOCK(&eventBufMutex);