TIMER: Fix typo in a comment text

This commit is contained in:
Mark Pizzolato 2017-05-09 20:05:11 -07:00
parent b9c9c9ea17
commit 85c27bb099

View file

@ -1684,7 +1684,7 @@ if (sim_throt_type == SIM_THROT_SPC) { /* Non dynamic? */
switch (sim_throt_state) { switch (sim_throt_state) {
case SIM_THROT_STATE_INIT: /* take initial reading */ case SIM_THROT_STATE_INIT: /* take initial reading */
sim_idle_ms_sleep (sim_idle_rate_ms); /* start on a tick boundart to calibrate */ sim_idle_ms_sleep (sim_idle_rate_ms); /* start on a tick boundary to calibrate */
sim_throt_ms_start = sim_os_msec (); sim_throt_ms_start = sim_os_msec ();
sim_throt_inst_start = sim_gtime(); sim_throt_inst_start = sim_gtime();
sim_throt_wait = SIM_THROT_WST; sim_throt_wait = SIM_THROT_WST;