diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-09-06 02:58:59 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-09-06 02:58:59 +0200 |
commit | 5370bfb123266ab5716f321e43d3f8f6da7d7143 (patch) | |
tree | fb4a1500d571aee4c36dc2aa5510304d5724cf07 /networking | |
parent | 90a9904e9ef5f2fb70e1952cb1a68bd9213bcde3 (diff) | |
download | busybox-5370bfb123266ab5716f321e43d3f8f6da7d7143.tar.gz |
documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking')
-rw-r--r-- | networking/tftp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/tftp.c b/networking/tftp.c index 094c3baab..e4c31ee3c 100644 --- a/networking/tftp.c +++ b/networking/tftp.c @@ -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); |