Skip to content

Commit 074cb8e

Browse files
committed
Merge pull request #107 from MaartenBode/patch-1
Fixed typo
2 parents 7821341 + ba807a2 commit 074cb8e

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)