diff options
Diffstat (limited to 'gdb/breakpoint.h')
-rw-r--r-- | gdb/breakpoint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h index ddf1881..d22e564 100644 --- a/gdb/breakpoint.h +++ b/gdb/breakpoint.h @@ -569,7 +569,7 @@ struct breakpoint /* The program space used to set the breakpoint. This is only set for breakpoints which are specific to a program space; for - ordinary breakpoints this is NULL. */ + non-thread-specific ordinary breakpoints this is NULL. */ struct program_space *pspace; /* String we used to set the breakpoint (malloc'd). */ |