folly HHWheelTimer: fix loop variable
authorSteve O'Brien <steveo@fb.com>
Fri, 17 Jul 2015 19:41:02 +0000 (12:41 -0700)
committerSara Golemon <sgolemon@fb.com>
Mon, 20 Jul 2015 19:26:31 +0000 (12:26 -0700)
commit489a7f0939566660be715e9be1343f5bafcbcf59
tree91c4d36b6962a15a38e2270d0bd5ac3b8b4e090f
parent22e8caf3c6a8429303e447a9988b094accbbbb30
folly HHWheelTimer: fix loop variable

Summary: In nested loop, loop condition is incorrect.  Fixed var (should be `ii` not `i`)

Reviewed By: @pgriess

Differential Revision: D2255702
folly/io/async/HHWheelTimer.cpp