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

Joel Sherrill joel at rtems.org
Mon Sep 11 19:12:28 UTC 2023


Thanks Sam. This is now committed.

--joel

On Mon, Sep 11, 2023 at 10:35 AM Sam Price <thesamprice at gmail.com> wrote:

> 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:
> --
> 2.25.1
> _______________________________________________
> devel mailing list
> devel at rtems.org
> http://lists.rtems.org/mailman/listinfo/devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/devel/attachments/20230911/706ca5dc/attachment.htm>


More information about the devel mailing list