This is the mail archive of the gdb-prs@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]

[Bug gdb/21606] Python: gdb.SYMBOL_FUNCTIONS_DOMAIN misspelled in documentation


https://sourceware.org/bugzilla/show_bug.cgi?id=21606

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Sergio Durigan Junior
<sergiodj@sourceware.org>:

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

commit eb83230b4d5c0129174937846ded9eaa9f78ff28
Author: Sergio Durigan Junior <sergiodj@redhat.com>
Date:   Tue Jun 20 21:30:11 2017 -0400

    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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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