Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
graeme-winter committed Dec 4, 2024
1 parent 79032f3 commit 5c63110
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2768,7 +2768,7 @@ void *start_timer(void *arg) {

struct timespec t0, tn;

in64_t cycle_ns = getPeriod() + getExpTime();
int64_t cycle_ns = getPeriod() + getExpTime();

// FIXME document what this is actually doing? Maybe it is checking the
// thread ID?
Expand Down

0 comments on commit 5c63110

Please sign in to comment.