Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rocallahan committed Oct 15, 2024
1 parent 8deb76b commit a79b7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Event.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a79b7f1

Please sign in to comment.