summaryrefslogtreecommitdiff
path: root/sim/ppc/hw_com.c
diff options
context:
space:
mode:
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 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.