Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
Mesaure > Measure
  • Loading branch information
maartenbode committed Dec 3, 2015
1 parent c2448f4 commit ba807a2
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 ba807a2

Please sign in to comment.