diff options
Diffstat (limited to 'gdb/gdbthread.h')
-rw-r--r-- | gdb/gdbthread.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gdb/gdbthread.h b/gdb/gdbthread.h index da20dd4..630727e 100644 --- a/gdb/gdbthread.h +++ b/gdb/gdbthread.h @@ -243,14 +243,14 @@ public: a) The thread ID (Id). This consists of the pair of: - - the number of the thread's inferior and, + - the number of the thread's inferior and, - - the thread's thread number in its inferior, aka, the - per-inferior thread number. This number is unique in the - inferior but not unique between inferiors. + - the thread's thread number in its inferior, aka, the + per-inferior thread number. This number is unique in the + inferior but not unique between inferiors. b) The global ID (GId). This is a a single integer unique - between all inferiors. + between all inferiors. E.g.: |