Skip to content

Commit

Permalink
Reword comment
Browse files Browse the repository at this point in the history
  • Loading branch information
UsernameFodder committed Nov 28, 2023
1 parent 933dbe7 commit 20feaa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion headers/types/common/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@ struct wavi_data {
};
ASSERT_SIZE(struct wavi_data, 20); // Likely longer

// Specifies a function called when a thread starts running
// Specifies an entry function for a thread's execution
typedef void (*thread_entry_fn_t)(void);
// Specifies a function called when a thread exits
typedef void (*thread_exit_fn_t)(void);
Expand Down

0 comments on commit 20feaa0

Please sign in to comment.