Merge branch 'spelling' of https://github.com/scop/fio
[fio.git] / tools / hist / fio-histo-log-pctiles.py
index 08e7722d04fe1a854a2b0aa4edcc2a194e84904d..b5d167de2295fa45354c920be63b3f3f92dfebcd 100755 (executable)
@@ -748,7 +748,7 @@ if unittest2_imported:
     def test_e2_get_pctiles_highest_pct(self):
         fio_v3_bucket_count = 29 * 64
         with open(self.fn, 'w') as f:
-            # make a empty fio v3 histogram
+            # make an empty fio v3 histogram
             buckets = [ 0 for j in range(0, fio_v3_bucket_count) ]
             # add one I/O request to last bucket
             buckets[-1] = 1