sim/ppc/*: Change immediatly to immediately
authorJoel Sherrill <joel.sherrill@oarcorp.com>
Sun, 23 Nov 2014 03:11:39 +0000 (07:11 +0400)
committerJoel Brobecker <brobecker@adacore.com>
Sun, 23 Nov 2014 03:11:39 +0000 (07:11 +0400)
sim/ppc/ChangeLog:

* ChangeLog, ChangeLog.00, hw_com.c, ld-cache.h, ppc-instructions:
Change immediatly to immediately.

sim/ppc/ChangeLog
sim/ppc/ChangeLog.00
sim/ppc/hw_com.c
sim/ppc/ld-cache.h
sim/ppc/ppc-instructions

index 4a48a81292c6579c71e8d0bff06ee71383ff0267..fa628bb43168a6aba747560cdb32e1fefbb28a70 100644 (file)
@@ -1,3 +1,8 @@
+2014-11-23  Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * ChangeLog, ChangeLog.00, hw_com.c, ld-cache.h, ppc-instructions:
+       Change immediatly to immediately.
+
 2014-08-27  Joel Sherrill <joel.sherrill@oarcorp.com>
 
        * basics.h, device.c, device.h, hw_htab.c, hw_memory.c:
 2014-08-27  Joel Sherrill <joel.sherrill@oarcorp.com>
 
        * 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  <cagney@highland.com.au>
         device tree load from file code.
 
        * psim.c (psim_create): Dump device tree if enabled. If nump
         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  <cagney@highland.com.au>
 
 
 Wed Jan 17 19:36:52 1996  Andrew Cagney  <cagney@highland.com.au>
 
index 8b8be820fc700e30ca10e95d78df14579709955d..9f6612f6a778d02cf4d17b97e8839ea3eaeddf2e 100644 (file)
@@ -505,7 +505,7 @@ Mon Dec  4 17:12:13 1995  Andrew Cagney  <cagney@highland.com.au>
 
        * sim-endian.h,c (SIM_ENDIAN_INLINE) bits.h,c (BITS_INLINE):
         Change to use the updated inline definitions.  If enabled
 
        * 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
         for all modules.
 
        * inline.h, inline.c (SIM_ENDIAN_INLINE, BITS_INLINE): Remove
index 648c4df1ed537f7c73af76f95f7d02636e5154c0..38d6d85cefc3da39c684f6637def27fb2a2bd200 100644 (file)
    input-buffering = "unbuffered" (optional)
 
    Specifying "unbuffered" buffering disables buffering on the serial
    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 
    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.
 
 
    this option may be extended to include other buffering alternatives.
 
 
index 241a6528e5e4347f9d92c5a7b6077f04003caf53..9662bd1795fff6323cd7ed2834a373257818ff9b 100644 (file)
@@ -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
 
    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.
 
    <type>
 
 
    <type>
 
index 1b8fd89ad29a369b793002f6ed462996b52150bb..1a2e51afaf2a7bf79c501a61016b67487fcd5767 100644 (file)
@@ -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));
          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:
          if (WITH_TIME_BASE) {
            switch (n) {
            case spr_tbu: