Fix typo in local variable name in time_stop

This didn't break functionality but it would use a global instead
of a local variable so nested calls to time_* might have issues.

Change-Id: If61ef07c4ce15f1a356975a0b0611fdf5e49109a
This commit is contained in:
Rob Crittenden 2016-05-26 17:55:14 -04:00
parent bc4b96b794
commit 38245da0b8

View File

@ -2371,7 +2371,7 @@ function time_start {
function time_stop {
local name
local end_time
local elpased_time
local elapsed_time
local total
local start_time