diff options
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index f703050..2278cff 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,9 @@ +2015-02-23 Sergio Durigan Junior <sergiodj@redhat.com> + + PR gdb/18008 + * gdb.texinfo (maint internal-error, maint internal-warning, maint + demangler-warning): Fix typo ("problam"). + 2015-02-19 David Taylor <dtaylor@emc.com> * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index a9a8c66..e84a251 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -33746,7 +33746,7 @@ with the @code{SIGQUIT} signal. Cause @value{GDBN} to call the internal function @code{internal_error}, @code{internal_warning} or @code{demangler_warning} and hence behave -as though an internal problam has been detected. In addition to +as though an internal problem has been detected. In addition to reporting the internal problem, these functions give the user the opportunity to either quit @value{GDBN} or (for @code{internal_error} and @code{internal_warning}) create a core file of the current |