aboutsummaryrefslogtreecommitdiff
path: root/gdbserver/inferiors.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdbserver/inferiors.h')
-rw-r--r--gdbserver/inferiors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdbserver/inferiors.h b/gdbserver/inferiors.h
index a0ba990..813f632 100644
--- a/gdbserver/inferiors.h
+++ b/gdbserver/inferiors.h
@@ -70,7 +70,7 @@ struct process_info
/* Private target data. */
struct process_info_private *priv = NULL;
- /* DLLs thats are loaded for this proc. */
+ /* DLLs that are loaded for this proc. */
std::list<dll_info> all_dlls;
/* Flag to mark that the DLL list has changed. */