sim/ppc/*: Change immediatly to immediately

sim/ppc/ChangeLog:

	* ChangeLog, ChangeLog.00, hw_com.c, ld-cache.h, ppc-instructions:
	Change immediatly to immediately.
This commit is contained in:
Joel Sherrill
2014-11-23 07:11:39 +04:00
committed by Joel Brobecker
parent 8eec6289f8
commit 576054f170
5 changed files with 11 additions and 6 deletions

View File

@ -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.