X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvppinfra%2Ftiming_wheel.h;h=e668eb031a223b168b79fecd0f24bb6e3f7f864d;hb=492a5d0bd;hp=7daea994248e9c8cc16588d5b322b87856568d5d;hpb=7cd468a3d7dee7d6c92f69a0bb7061ae208ec727;p=vpp.git 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;