From: Michael Snyder Date: Wed, 26 Apr 2006 18:45:32 +0000 (+0000) Subject: 2006-04-20 Michael Snyder X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cfde0993eb07ed5dc572d479afe42b0edb172675;p=binutils-gdb.git 2006-04-20 Michael Snyder * remote.c: Fix spelling error in comment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9ad756c7f04..be4990c335d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -74,6 +74,10 @@ * NEWS: Mention new target. * MAINTAINERS: Designate Jim Blandy as responsible maintainer. +2006-04-20 Michael Snyder + + * remote.c: Fix spelling error in comment. + 2006-04-20 Daniel Jacobowitz * m68klinux-tdep.c (m68k_linux_sigtramp_frame_prev_register): diff --git a/gdb/remote.c b/gdb/remote.c index 22581a51fc2..d1ffdb55d8d 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -973,7 +973,7 @@ typedef unsigned char threadref[OPAQUETHREADBYTES]; typedef int gdb_threadref; /* Internal GDB thread reference. */ /* gdb_ext_thread_info is an internal GDB data structure which is - equivalint to the reply of the remote threadinfo packet. */ + equivalent to the reply of the remote threadinfo packet. */ struct gdb_ext_thread_info {