Skip to content

Commit

Permalink
Comments only
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardalee committed Jun 24, 2023
1 parent 447d1e2 commit 95106eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/core/tag.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,15 +115,15 @@ tag_t lf_delay_tag(tag_t tag, interval_t interval);
* On many platforms, this is the number of nanoseconds
* since January 1, 1970, but it is actually platform dependent.
*
* @param env The environment from which we want to curren time
* @param env The environment from which we want the current logical time.
* @return A time instant.
*/
instant_t lf_time_logical(void* env);

/**
* Return the elapsed logical time in nanoseconds
* since the start of execution.
* @param env The environment from which we want to elapsed time
* @param env The environment from which we want the elapsed logical time.
* @return A time interval.
*/
interval_t lf_time_logical_elapsed(void *env);
Expand Down

0 comments on commit 95106eb

Please sign in to comment.