From cedb3930ed3b22477fdcc833ff2ae84dc0b999ce Mon Sep 17 00:00:00 2001 From: Kevin Steves Date: Fri, 15 Dec 2006 14:09:14 +0000 Subject: typo in comment --- usr.sbin/dhcpd/options.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin') diff --git a/usr.sbin/dhcpd/options.c b/usr.sbin/dhcpd/options.c index fbfd5c11d5b..126622d059f 100644 --- a/usr.sbin/dhcpd/options.c +++ b/usr.sbin/dhcpd/options.c @@ -1,4 +1,4 @@ -/* $OpenBSD: options.c,v 1.7 2006/12/12 19:38:55 stevesk Exp $ */ +/* $OpenBSD: options.c,v 1.8 2006/12/15 14:09:13 stevesk Exp $ */ /* DHCP options parsing and reassembly. */ @@ -161,7 +161,7 @@ parse_option_buffer(struct packet *packet, dhcp_options[code].name); /* * Copy and NUL-terminate the option (in case - * it's an ASCII string. + * it's an ASCII string). */ memcpy(t, &s[2], len); t[len] = 0; -- cgit v1.2.3