fixed typo

This commit is contained in:
arvidn 2015-11-14 02:22:35 -05:00
parent fb2f2731cf
commit c7a4eefd69
1 changed files with 1 additions and 1 deletions

View File

@ -1702,7 +1702,7 @@ typedef struct _FILE_ALLOCATED_RANGE_BUFFER {
// just need to issue the read/write operation again. In either case, // just need to issue the read/write operation again. In either case,
// punt that to the upper layer, as reissuing the operations is // punt that to the upper layer, as reissuing the operations is
// complicated here // complicated here
const expected_len = bufs_size(bufs, nbufs); const int expected_len = bufs_size(bufs, nbufs);
if (tmp_ret < expected_len) break; if (tmp_ret < expected_len) break;
num_bufs -= nbufs; num_bufs -= nbufs;