documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com)

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2009-09-06 02:58:59 +02:00
parent 90a9904e9e
commit 5370bfb123
16 changed files with 24 additions and 24 deletions

View File

@@ -187,7 +187,7 @@ static int tftp_protocol(
/* Can't use RESERVE_CONFIG_BUFFER here since the allocation
* size varies meaning BUFFERS_GO_ON_STACK would fail.
*
* We must keep the transmit and receive buffers seperate
* We must keep the transmit and receive buffers separate
* in case we rcv a garbage pkt - we need to rexmit the last pkt.
*/
char *xbuf = xmalloc(io_bufsize);