spelling: unnecessarily

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 17:01:31 -05:00
parent 523e6cf397
commit c32466e61e

View file

@ -74,7 +74,7 @@ static void prv_queue_dump(QueueHandle_t queue) {
void events_init(void) {
PBL_ASSERTN(s_system_event_queue_set == NULL);
// This assert is to make sure we don't accidentally bloat our PebbleEvent unecessarily. If you hit this
// This assert is to make sure we don't accidentally bloat our PebbleEvent unnecessarily. If you hit this
// assert and you have a good reason for making the event bigger, feel free to relax the restriction.
//PBL_LOG(LOG_LEVEL_DEBUG, "PebbleEvent size is %u", sizeof(PebbleEvent));
// FIXME: