diff options
Diffstat (limited to 'gdb/remote.c')
-rw-r--r-- | gdb/remote.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |