diff options
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/timer.c b/src/common/timer.c index 10f14b0f2..5d67455dc 100644 --- a/src/common/timer.c +++ b/src/common/timer.c @@ -180,7 +180,7 @@ static int64 sys_tick(void) { // Monotinic clock: Implementation-defined. // Clock that cannot be set and represents monotonic time since some // unspecified starting point. This clock is not affected by - // discontinâuous jumps in the system time (e.g., if the system + // discontinuous jumps in the system time (e.g., if the system // administrator manually changes the clock), but is affected by // the incremental adjustments performed by adjtime(3) and NTP. struct timespec tval; |