Skip to content

Commit

Permalink
Remove redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ananya Muddukrishna committed Mar 9, 2017
1 parent 6ff40db commit c63621b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/mir_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ void mir_sleep_us(uint32_t usec)
struct timespec* tmp;
struct timespec* t0 = &timeout0;
struct timespec* t1 = &timeout1;
//
// FIXME: Check this!

t0->tv_sec = usec / (1000 * 1000);
t0->tv_nsec = (usec % (1000 * 1000)) * (1000);

Expand Down

0 comments on commit c63621b

Please sign in to comment.