Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jackbackrack committed Jan 28, 2025
1 parent 9ea5e6c commit e7efa60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ int stop_sample_profiling() {

#else

int start_profile_sampling (void *handler, int usecs) {
int start_sample_profiling (void *handler, int usecs) {
return 0;
}
int stop_sample_profiling () {
Expand Down

0 comments on commit e7efa60

Please sign in to comment.