From 576054f170b1d1a2ab8c9473798193fcd5687c3a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sun, 23 Nov 2014 07:11:39 +0400 Subject: sim/ppc/*: Change immediatly to immediately sim/ppc/ChangeLog: * ChangeLog, ChangeLog.00, hw_com.c, ld-cache.h, ppc-instructions: Change immediatly to immediately. --- sim/ppc/ChangeLog | 7 ++++++- sim/ppc/ChangeLog.00 | 2 +- sim/ppc/hw_com.c | 4 ++-- sim/ppc/ld-cache.h | 2 +- sim/ppc/ppc-instructions | 2 +- 5 files changed, 11 insertions(+), 6 deletions(-) diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index 4a48a81292c..fa628bb4316 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -1,3 +1,8 @@ +2014-11-23 Joel Sherrill + + * ChangeLog, ChangeLog.00, hw_com.c, ld-cache.h, ppc-instructions: + Change immediatly to immediately. + 2014-08-27 Joel Sherrill * basics.h, device.c, device.h, hw_htab.c, hw_memory.c: @@ -3983,7 +3988,7 @@ Wed Jan 17 19:46:07 1996 Andrew Cagney device tree load from file code. * psim.c (psim_create): Dump device tree if enabled. If nump - selected, exit psim immediatly. + selected, exit psim immediately. Wed Jan 17 19:36:52 1996 Andrew Cagney diff --git a/sim/ppc/ChangeLog.00 b/sim/ppc/ChangeLog.00 index 8b8be820fc7..9f6612f6a77 100644 --- a/sim/ppc/ChangeLog.00 +++ b/sim/ppc/ChangeLog.00 @@ -505,7 +505,7 @@ Mon Dec 4 17:12:13 1995 Andrew Cagney * sim-endian.h,c (SIM_ENDIAN_INLINE) bits.h,c (BITS_INLINE): Change to use the updated inline definitions. If enabled - immediatly include the corresponding c-code so that it will inline + immediately include the corresponding c-code so that it will inline for all modules. * inline.h, inline.c (SIM_ENDIAN_INLINE, BITS_INLINE): Remove diff --git a/sim/ppc/hw_com.c b/sim/ppc/hw_com.c index 648c4df1ed5..38d6d85cefc 100644 --- a/sim/ppc/hw_com.c +++ b/sim/ppc/hw_com.c @@ -103,14 +103,14 @@ input-buffering = "unbuffered" (optional) Specifying "unbuffered" buffering disables buffering on the serial - devices input stream (all data is immediatly read). In the future, + devices input stream (all data is immediately read). In the future, this option may be used to provide input buffering alternatives. output-buffering = "unbuffered" (optional) Specifying "unbuffered" buffering disables buffering on the serial - devices output stream (all data is immediatly written). In the future, + devices output stream (all data is immediately written). In the future, this option may be extended to include other buffering alternatives. diff --git a/sim/ppc/ld-cache.h b/sim/ppc/ld-cache.h index 241a6528e5e..9662bd1795f 100644 --- a/sim/ppc/ld-cache.h +++ b/sim/ppc/ld-cache.h @@ -24,7 +24,7 @@ The table that follows determines how each field should be treated. Importantly it considers the case where the extracted field is to - be used immediatly or stored in an instruction cache. + be used immediately or stored in an instruction cache. diff --git a/sim/ppc/ppc-instructions b/sim/ppc/ppc-instructions index 1b8fd89ad29..1a2e51afaf2 100644 --- a/sim/ppc/ppc-instructions +++ b/sim/ppc/ppc-instructions @@ -3355,7 +3355,7 @@ void::function::invalid_zero_divide_operation:cpu *processor, unsigned_word cia, spreg new_val = (spr_length(n) == 64 ? *rS : MASKED(*rS, 32, 63)); - /* HACK - time base registers need to be updated immediatly */ + /* HACK - time base registers need to be updated immediately */ if (WITH_TIME_BASE) { switch (n) { case spr_tbu: -- cgit v1.2.1