From 85c27bb099311497b77110a41a962f2c441a11e3 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Tue, 9 May 2017 20:05:11 -0700 Subject: [PATCH] TIMER: Fix typo in a comment text --- sim_timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sim_timer.c b/sim_timer.c index 99674c21..fbae7f36 100644 --- a/sim_timer.c +++ b/sim_timer.c @@ -1684,7 +1684,7 @@ if (sim_throt_type == SIM_THROT_SPC) { /* Non dynamic? */ switch (sim_throt_state) { 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_inst_start = sim_gtime(); sim_throt_wait = SIM_THROT_WST;