[syslinux:master] core/fs/pxe/dhcp_option: comment spelling

syslinux-bot for Gene Cumm gene.cumm at gmail.com
Mon Jun 15 06:45:05 PDT 2015


Commit-ID:  536b893e159259c8cd7ed0b196343ad60e0e4579
Gitweb:     http://www.syslinux.org/commit/536b893e159259c8cd7ed0b196343ad60e0e4579
Author:     Gene Cumm <gene.cumm at gmail.com>
AuthorDate: Tue, 9 Jun 2015 06:16:50 -0400
Committer:  Gene Cumm <gene.cumm at gmail.com>
CommitDate: Tue, 9 Jun 2015 06:16:50 -0400

core/fs/pxe/dhcp_option: comment spelling

Signed-off-by: Gene Cumm <gene.cumm at gmail.com>

---
 core/fs/pxe/dhcp_option.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/fs/pxe/dhcp_option.c b/core/fs/pxe/dhcp_option.c
index 1fdcc70..8a0dee3 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;


More information about the Syslinux-commits mailing list