# cvs diff -Nup gnu/usr.bin/binutils/gdb/ser-go32.c
Index: gnu/usr.bin/binutils/gdb/ser-go32.c
===================================================================
RCS file: /cvs/src/gnu/usr.bin/binutils/gdb/ser-go32.c,v
retrieving revision 1.4
diff -N -u -p gnu/usr.bin/binutils/gdb/ser-go32.c
--- gnu/usr.bin/binutils/gdb/ser-go32.c 27 Dec 2004 14:00:41 -0000
1.4
+++ gnu/usr.bin/binutils/gdb/ser-go32.c 16 Dec 2009 02:03:36 -0000
@@ -641,7 +641,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))