# HG changeset patch # User SAITOH Masanobu # Date 1601361027 -3600 # Node ID 1712c2fd62a48d1cbeb04522df55bedbf58988dd # Parent 23f35ea1a34a681f224f72bb285d6f463b02f7f5 Fix a typo in a comment diff -r 23f35ea1a34a -r 1712c2fd62a4 src/dhcp-common.c --- a/src/dhcp-common.c Mon Sep 28 21:10:21 2020 +0100 +++ b/src/dhcp-common.c Tue Sep 29 07:30:27 2020 +0100 @@ -615,7 +615,7 @@ } /* Trim any extra data. - * Maybe we need a settng to reject DHCP options with extra data? */ + * Maybe we need a setting to reject DHCP options with extra data? */ if (opt->type & OT_ARRAY) return (ssize_t)(dl - (dl % sz)); return (ssize_t)sz;