2011-02-25 Michael Snyder <msnyder@vmware.com>

* arm-tdep.c: Fix typos in comments.
	* bsd-uthread.c: Ditto.
	* completer.c: Ditto.
	* corelow.c: Ditto.
	* cp-namespace.c: Ditto.
	* cp-support.c: Ditto.
	* cris-tdep.c: Ditto.
	* dbxread.c: Ditto.
	* dwarf2read.c: Ditto.
	* frame.h: Ditto.
	* gdbtypes.h: Ditto.
	* inferior.h: Ditto.
	* mdebugread.c: Ditto.
	* mips-tdep.c: Ditto.
	* ppc-linux-nat.c: Ditto.
	* ppc-linux-tdep.c: Ditto.
	* printcmd.c: Ditto.
	* sol-thread.c: Ditto.
	* solib-frv.c: Ditto.
	* solist.h: Ditto.
	* sparc64-tdep.c: Ditto.
	* spu-tdep.c: Ditto.
	* stabsread.c: Ditto.
	* symfile.c: Ditto.
	* valops.c: Ditto.
	* varobj.c: Ditto.
	* vax-nat.c: Ditto.
	* python/py-block.c: Ditto.
	* python/py-symbol.c: Ditto.
	* python/py-symtab.c: Ditto.
	* python/py-value.c: Ditto.
	* tui/tui-win.c: Ditto.
This commit is contained in:
Michael Snyder 2011-02-26 02:07:10 +00:00
parent 80549d04a2
commit b021a22166
33 changed files with 101 additions and 67 deletions

View file

@ -231,12 +231,12 @@ salpy_dealloc (PyObject *self)
self_sal->ob_type->tp_free (self);
}
/* Given a sal, and a sal_object that has previously been
allocated and initialized, populate the sal_object with the
struct sal data. Also, register the sal_object life-cycle with the
life-cycle of the the object file associated with this sal, if
needed. If a failure occurs during the sal population, this
function will return NULL. */
/* Given a sal, and a sal_object that has previously been allocated
and initialized, populate the sal_object with the struct sal data.
Also, register the sal_object life-cycle with the life-cycle of the
object file associated with this sal, if needed. If a failure
occurs during the sal population, this function will return
NULL. */
static int
set_sal (sal_object *sal_obj, struct symtab_and_line sal)
{
@ -282,7 +282,7 @@ set_sal (sal_object *sal_obj, struct symtab_and_line sal)
/* Given a symtab, and a symtab_object that has previously been
allocated and initialized, populate the symtab_object with the
struct symtab data. Also, register the symtab_object life-cycle
with the life-cycle of the the object file associated with this
with the life-cycle of the object file associated with this
symtab, if needed. */
static void
set_symtab (symtab_object *obj, struct symtab *symtab)