Skip to content

Commit

Permalink
Merge pull request swiftlang#107 from MaartenBode/patch-1
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
slavapestov committed Dec 3, 2015
2 parents 7821341 + ba807a2 commit 074cb8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/swift-bench.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def parseBenchmarkOutput(self, res):
def computeItersNumber(self, name):
scale = 1
spent = 0
# Mesaure time for one iteration
# Measure time for one iteration
# If it's too small, increase number of iteration until it's measurable
while (spent <= self.minIterTime):
try:
Expand Down

0 comments on commit 074cb8e

Please sign in to comment.