Mercurial > hg > dhcpcd
changeset 5488:1712c2fd62a4 draft
Fix a typo in a comment
| author | SAITOH Masanobu <msaitoh@netbsd.org> |
|---|---|
| date | Tue, 29 Sep 2020 07:30:27 +0100 |
| parents | 23f35ea1a34a |
| children | a3d5af47a4e3 |
| files | src/dhcp-common.c |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;
