Skip to content

Commit

Permalink
trivial: fix comment
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Heider <[email protected]>
  • Loading branch information
Axel Heider authored and lsf37 committed May 29, 2024
1 parent 95522e9 commit 1df49ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/sel4test-driver/src/timer.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#define TIMER_ID 0

/* Timing related functions used only by in sel4test-driver */
/* Timing related functions used only within sel4test-driver */
void handle_timer_interrupts(driver_env_t env, seL4_Word badge);
void wait_for_timer_interrupt(driver_env_t env);
void timeout(driver_env_t env, uint64_t ns, timeout_type_t timeout);
Expand Down

0 comments on commit 1df49ec

Please sign in to comment.