X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fser-go32.c;h=a1a8f29c7124799f23bc3e21f8f63d07dbfff0e8;hb=71780f455fbf35ed4c48e94b4228c55c11a213c8;hp=4884092afcf09472f767c41b640b4502ad30480a;hpb=1d12d88f186fe1ae66deccf877b5509c506c4d39;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ser-go32.c b/gdb/ser-go32.c index 4884092afc..a1a8f29c71 100644 --- a/gdb/ser-go32.c +++ b/gdb/ser-go32.c @@ -1,5 +1,5 @@ /* Remote serial interface for local (hardwired) serial ports for GO32. - Copyright (C) 1992-2017 Free Software Foundation, Inc. + Copyright (C) 1992-2020 Free Software Foundation, Inc. Contributed by Nigel Stephens, Algorithmics Ltd. (nigel@algor.co.uk). @@ -655,7 +655,7 @@ dos_get_tty_state (struct serial *scb) /* We've never heard about this port. We should fail this call, unless they are asking about one of the 3 standard handles, in which case we pretend the handle was open by us if it is - connected to a terminal device. This is beacuse Unix + connected to a terminal device. This is because Unix terminals use the serial interface, so GDB expects the standard handles to go through here. */ if (scb->fd >= 3 || !isatty (scb->fd))