diff options
Diffstat (limited to 'src/event.h')
-rw-r--r-- | src/event.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/event.h b/src/event.h index 86a443e..7e173d4 100644 --- a/src/event.h +++ b/src/event.h @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Michael Smith <mikesmiffy128@gmail.com> + * Copyright © 2025 Michael Smith <mikesmiffy128@gmail.com> * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -29,7 +29,7 @@ #define DECL_EVENT(evname, ...) typedef void _must_declare_event_##evname; /* - * Declares a predicate - a special type of even returning bool. Predicates are + * Declares a predicate - a special type of event returning bool. Predicates are * used to determine whether some other action should be performed, and * generally should not have side effects, since they get short-circuited and * thus won't always fire when a check is being performed. |