From c7c722928cbebbdcc00c791c3fd864e8b7155122 Mon Sep 17 00:00:00 2001 From: Boris Zbarsky Date: Sat, 12 Mar 2022 01:33:02 -0500 Subject: [PATCH] Fix typo in comment. --- scripts/tests/chiptest/runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tests/chiptest/runner.py b/scripts/tests/chiptest/runner.py index 113af4471215f9..f606dc6607fd34 100644 --- a/scripts/tests/chiptest/runner.py +++ b/scripts/tests/chiptest/runner.py @@ -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