[rtems-tools commit] rtems-tools: stty rename / spelling bug.

Joel Sherrill joel at rtems.org
Mon Sep 11 18:47:14 UTC 2023


Module:    rtems-tools
Branch:    master
Commit:    7dc34d2cabf5e9f77b6a9d035b01a75a6f593044
Changeset: http://git.rtems.org/rtems-tools/commit/?id=7dc34d2cabf5e9f77b6a9d035b01a75a6f593044

Author:    Sam Price <thesamprice at gmail.com>
Date:      Thu Sep  7 12:49:16 2023 -0400

rtems-tools: stty rename / spelling bug.

This patch fixes a spelling/rename mistake in rtems-tools.

---

 tester/rt/stty.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tester/rt/stty.py b/tester/rt/stty.py
index 130318d..fca026a 100644
--- a/tester/rt/stty.py
+++ b/tester/rt/stty.py
@@ -558,7 +558,7 @@ class tty(object):
         self._update()
 
     def read(self):
-        return self.fs.read()
+        return self.fd.read()
 
 if __name__ == "__main__":
     if len(sys.argv) == 2:



More information about the vc mailing list