diff options
-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) |