This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] PR gdb/18008: Fix typo in documentation


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=7ee67ee4424a318e4c975ea61465d6e529da794b

commit 7ee67ee4424a318e4c975ea61465d6e529da794b
Author: Sergio Durigan Junior <sergiodj@redhat.com>
Date:   Mon Feb 23 16:15:29 2015 -0500

    PR gdb/18008: Fix typo in documentation
    
    This obvious patch fixes a typo in our documentation
    (s/problam/problem).
    
    gdb/doc/ChangeLog:
    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").

Diff:
---
 gdb/doc/ChangeLog   | 6 ++++++
 gdb/doc/gdb.texinfo | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]