Fix wrong comment on exit condition of threads/processes
authorTomohiro Kusumi <tkusumi@tuxera.com>
Mon, 23 Jan 2017 15:13:06 +0000 (00:13 +0900)
committerJens Axboe <axboe@fb.com>
Mon, 23 Jan 2017 15:26:12 +0000 (08:26 -0700)
commit589d5d4fa38318111a68f8588a919a628548fe01
tree4dea632e8be5d90de2c42f2363f11fcf74fadad9
parentb920b29b99829221550e6620b7b699abdef1a712
Fix wrong comment on exit condition of threads/processes

74f4b020 in 2013 has changed the exit condition from min to max,
so sync the comment with 74f4b020.

Signed-off-by: Tomohiro Kusumi <tkusumi@tuxera.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
backend.c