Stefan Schuermans commited on 2012-04-03 17:34:38
Showing 1 changed files, with 1 additions and 1 deletions.
| ... | ... |
@@ -106,7 +106,7 @@ void ip_recv(void *ptr, unsigned int sz) |
| 106 | 106 |
(ip_pack->ip_hdr.dest[3] & ~config_ip.mask[3]) == |
| 107 | 107 |
~config_ip.mask[3]) |
| 108 | 108 |
break; |
| 109 |
- // link local boradcast address -> accept |
|
| 109 |
+ // link local broadcast address -> accept |
|
| 110 | 110 |
if (ip_pack->ip_hdr.dest[0] == 0xFF && |
| 111 | 111 |
ip_pack->ip_hdr.dest[1] == 0xFF && |
| 112 | 112 |
ip_pack->ip_hdr.dest[2] == 0xFF && |
| 113 | 113 |