diff options
Diffstat (limited to 'networking/tftp.c')
-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( | |||
187 | /* Can't use RESERVE_CONFIG_BUFFER here since the allocation | 187 | /* Can't use RESERVE_CONFIG_BUFFER here since the allocation |
188 | * size varies meaning BUFFERS_GO_ON_STACK would fail. | 188 | * size varies meaning BUFFERS_GO_ON_STACK would fail. |
189 | * | 189 | * |
190 | * We must keep the transmit and receive buffers seperate | 190 | * We must keep the transmit and receive buffers separate |
191 | * in case we rcv a garbage pkt - we need to rexmit the last pkt. | 191 | * in case we rcv a garbage pkt - we need to rexmit the last pkt. |
192 | */ | 192 | */ |
193 | char *xbuf = xmalloc(io_bufsize); | 193 | char *xbuf = xmalloc(io_bufsize); |