diff options
author | Joel Brobecker <brobecker@gnat.com> | 2011-06-03 23:47:04 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2011-06-03 23:47:04 +0000 |
commit | 91c6776727a2acbd7c3419da9d5e1b7d66ed50cd (patch) | |
tree | d73a3ebfc310e3187e9a0d6befddfbda2d83164d /sim | |
parent | d009417cdb4f336be19f364ae71af101bebcb19d (diff) | |
download | gdb-91c6776727a2acbd7c3419da9d5e1b7d66ed50cd.zip gdb-91c6776727a2acbd7c3419da9d5e1b7d66ed50cd.tar.gz gdb-91c6776727a2acbd7c3419da9d5e1b7d66ed50cd.tar.bz2 |
Spelling fixe in sim/ppc/vm.c
From Stephen Kitt <steve@sk2.org>
* vm.c (vm_synchronize_context): Spelling fix in function
documentation.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/ppc/ChangeLog | 6 | ||||
-rw-r--r-- | sim/ppc/vm.c | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index d2bec55..2b9017a 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -1,3 +1,9 @@ +2011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix) + + From Stephen Kitt <steve@sk2.org> + * vm.c (vm_synchronize_context): Spelling fix in function + documentation. + 2011-04-16 Mike Frysinger <vapier@gentoo.org> * sim_calls.c (sim_complete_command): New stub function. diff --git a/sim/ppc/vm.c b/sim/ppc/vm.c index bff962c..cfbdda5 100644 --- a/sim/ppc/vm.c +++ b/sim/ppc/vm.c @@ -913,7 +913,7 @@ om_unpack_srs(vm *virtual, #endif -/* Rebuild all the data structures for the new context as specifed by +/* Rebuild all the data structures for the new context as specified by the passed registers */ INLINE_VM\ (void) |