aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/hw_com.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-11-23 07:11:39 +0400
committerJoel Brobecker <brobecker@adacore.com>2014-11-23 07:11:39 +0400
commit576054f170b1d1a2ab8c9473798193fcd5687c3a (patch)
tree4f7d5087cb38b186e3b670bca2b83de2bb18f712 /sim/ppc/hw_com.c
parent8eec6289f850433e42349c1bffc8c1b7479717ae (diff)
downloadgdb-576054f170b1d1a2ab8c9473798193fcd5687c3a.zip
gdb-576054f170b1d1a2ab8c9473798193fcd5687c3a.tar.gz
gdb-576054f170b1d1a2ab8c9473798193fcd5687c3a.tar.bz2
sim/ppc/*: Change immediatly to immediately
sim/ppc/ChangeLog: * ChangeLog, ChangeLog.00, hw_com.c, ld-cache.h, ppc-instructions: Change immediatly to immediately.
Diffstat (limited to 'sim/ppc/hw_com.c')
-rw-r--r--sim/ppc/hw_com.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/ppc/hw_com.c b/sim/ppc/hw_com.c
index 648c4df..38d6d85 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.