summaryrefslogtreecommitdiff
path: root/gdb/serial.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2011-02-27 16:25:37 +0000
committerMichael Snyder <msnyder@specifix.com>2011-02-27 16:25:37 +0000
commit9b8b1216a728746dbe6acc04a303b43e3d041a67 (patch)
tree7d923b37814ce02da9289be63a1352f5697aeee1 /gdb/serial.c
parent563f9f6b154c1835c701d8d3c62f39fa1a3c97ed (diff)
downloadgdb-9b8b1216a728746dbe6acc04a303b43e3d041a67.tar.gz
2011-02-27 Michael Snyder <msnyder@vmware.com>
* darwin-nat-info.c: Fix comment typo. * dwarf2expr.h: Ditto. * fbsd-nat.c: Ditto. * fbsd-nat.h: Ditto. * frame-unwind.h: Ditto. * frame.h: Ditto. * hppa-hpux-tdep.c: Ditto. * i386-linux-nat.c: Ditto. * linux-nat.c: Ditto. * nbsd-nat.c: Ditto. * nbsd-nat.h: Ditto. * ppc-linux-tdep.c: Ditto. * serial.c: Ditto. * ui-file.h: Ditto. * tui/tui-winsource.c: Ditto.
Diffstat (limited to 'gdb/serial.c')
-rw-r--r--gdb/serial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/serial.c b/gdb/serial.c
index 8809abda2f3..954d22a20c8 100644
--- a/gdb/serial.c
+++ b/gdb/serial.c
@@ -214,7 +214,7 @@ serial_open (const char *name)
scb->bufp = scb->buf;
scb->error_fd = -1;
- /* `...->open (...)' would get expanded by an the open(2) syscall macro. */
+ /* `...->open (...)' would get expanded by the open(2) syscall macro. */
if ((*scb->ops->open) (scb, open_name))
{
xfree (scb);