update comment

David Rebbe 2024-12-04 12:36:50 -05:00
parent 6a17e98488
commit 6ca173813e
1 changed files with 1 additions and 1 deletions

View File

@ -431,7 +431,7 @@ ICSNEO_API icsneo_error_t icsneo_get_events(icsneo_event_t** events, uint32_t* e
};
g_events.push_back(e);
}
// Copy the device events references into the events array
// Copy the global events references into the events array
for (uint32_t i = 0; i < min_size; i++) {
events[i] = &g_events[i];
}