From: Michael Meissner Date: Mon, 2 Oct 1995 18:20:04 +0000 (+0000) Subject: fix typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=344d5a23f77ed4405856a3271d14ea7b80b18fc8;p=binutils-gdb.git fix typo --- diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index f041e61ae76..95cb89efbe1 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -1,6 +1,6 @@ Mon Oct 2 11:46:37 1995 Michael Meissner - * cpu.c (struct _cpu): Add number_of_insns field to tract how many + * cpu.c (struct _cpu): Add number_of_insns field to trace how many instructions are executed. (cpu_increment_number_of_insns): New function to increment the number of instructions issued.