From a79b7f13e532a3434e696b2696e4f3720c658bc3 Mon Sep 17 00:00:00 2001 From: Robert O'Callahan Date: Wed, 16 Oct 2024 08:24:02 +1300 Subject: [PATCH] Fix typo --- src/Event.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Event.h b/src/Event.h index ca4e0494c84..c1422ae7898 100644 --- a/src/Event.h +++ b/src/Event.h @@ -288,7 +288,7 @@ static const syscall_interruption_t interrupted; /** * Sum type for all events (well, a C++ approximation thereof). An - * Event always has a definted EventType. It can be down-casted to + * Event always has a defined EventType. It can be down-casted to * one of the leaf types above iff the type tag is correct. */ struct Event {