diff options
Diffstat (limited to 'lib/Support/bzip2/blocksort.c')
-rw-r--r-- | lib/Support/bzip2/blocksort.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Support/bzip2/blocksort.c b/lib/Support/bzip2/blocksort.c index aba3efcd31..218afedf31 100644 --- a/lib/Support/bzip2/blocksort.c +++ b/lib/Support/bzip2/blocksort.c @@ -321,7 +321,7 @@ void fallbackSort ( UInt32* fmap, r = -1; while (1) { - /*-- find the next non-singleton bucket --*/ + /*-- find the next non-singleton bucket --*/ k = r + 1; while (ISSET_BH(k) && UNALIGNED_BH(k)) k++; if (ISSET_BH(k)) { |