diff options
Diffstat (limited to 'gdb/gdbserver/proc-service.c')
-rw-r--r-- | gdb/gdbserver/proc-service.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbserver/proc-service.c b/gdb/gdbserver/proc-service.c index c5ebff2..512d6c6 100644 --- a/gdb/gdbserver/proc-service.c +++ b/gdb/gdbserver/proc-service.c @@ -21,7 +21,7 @@ #include "server.h" /* This file is currently tied to GNU/Linux. It should scale well to - another libthread_db implementation, with the approriate gdbserver + another libthread_db implementation, with the appropriate gdbserver hooks, but for now this means we can use GNU/Linux's target data. */ #include "linux-low.h" |