Skip to content

Commit ba807a2

Browse files
committed
Fixed typo
Mesaure > Measure
1 parent c2448f4 commit ba807a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: utils/swift-bench.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def parseBenchmarkOutput(self, res):
258258
def computeItersNumber(self, name):
259259
scale = 1
260260
spent = 0
261-
# Mesaure time for one iteration
261+
# Measure time for one iteration
262262
# If it's too small, increase number of iteration until it's measurable
263263
while (spent <= self.minIterTime):
264264
try:

0 commit comments

Comments
 (0)