Fix PR gdb/21606: SYMBOL_FUNCTIONS_DOMAIN misspelled in documentation
authorSergio Durigan Junior <sergiodj@redhat.com>
Wed, 21 Jun 2017 01:30:11 +0000 (21:30 -0400)
committerSergio Durigan Junior <sergiodj@redhat.com>
Wed, 21 Jun 2017 01:31:59 +0000 (21:31 -0400)
commiteb83230b4d5c0129174937846ded9eaa9f78ff28
tree262c146486a03e8b63a3e3a6ce1fc9aa9e1d066d
parenteceb74ca646e78adab1fa9f5c3b7cce51e894bc3
Fix PR gdb/21606: SYMBOL_FUNCTIONS_DOMAIN misspelled in documentation

Both Python and Guile documentations misspelled
SYMBOL_FUNCTIONS_DOMAIN, writing SYMBOL_FUNCTION_DOMAIN instead.  This
obvious commit fixes it.

gdb/doc/ChangeLog:
2017-06-20  Sergio Durigan Junior  <sergiodj@redhat.com>

PR gdb/21606
* python.texi (Python representation of Symbols.): Replace
SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
* guile.texi (Guile representation of Symbols.): Likewise.
gdb/doc/ChangeLog
gdb/doc/guile.texi
gdb/doc/python.texi
This page took 0.027234 seconds and 4 git commands to generate.