From 536b893e159259c8cd7ed0b196343ad60e0e4579 Mon Sep 17 00:00:00 2001 From: Gene Cumm Date: Tue, 9 Jun 2015 06:16:50 -0400 Subject: core/fs/pxe/dhcp_option: comment spelling Signed-off-by: Gene Cumm --- core/fs/pxe/dhcp_option.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/fs/pxe/dhcp_option.c b/core/fs/pxe/dhcp_option.c index 1fdcc705..8a0dee3b 100644 --- a/core/fs/pxe/dhcp_option.c +++ b/core/fs/pxe/dhcp_option.c @@ -183,7 +183,7 @@ void parse_dhcp_options(const void *option, int size, uint8_t opt_filter) break; /* Anything else will have a length field */ - opt_len = *p++; /* c <- option lenght */ + opt_len = *p++; /* c <- option length */ size -= opt_len + 1; if (size < 0) break; -- cgit v1.2.3