Skip to content

Commit

Permalink
Fix typo in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbarsky-apple authored Mar 12, 2022
1 parent 1617629 commit c7c7229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tests/chiptest/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def run(self):
while True:
try:
line = self.reader.readline()
# It seems that Darwin platfrom returns empty string in case
# It seems that Darwin platform returns empty string in case
# when writing side of PTY is closed (Linux raises OSError).
if line == '':
break
Expand Down

0 comments on commit c7c7229

Please sign in to comment.