diff options
Diffstat (limited to 'src/vppinfra/timing_wheel.h')
-rw-r--r-- | src/vppinfra/timing_wheel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vppinfra/timing_wheel.h b/src/vppinfra/timing_wheel.h index 7daea994248..e668eb031a2 100644 --- a/src/vppinfra/timing_wheel.h +++ b/src/vppinfra/timing_wheel.h @@ -20,7 +20,7 @@ typedef struct { /* Time of this element in units cpu clock ticks relative to time - base. 32 bits should be large enough for serveral kilo-seconds + base. 32 bits should be large enough for several kilo-seconds to elapse before we have to re-set time base. */ u32 cpu_time_relative_to_base; |