summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/dhcpd/options.c4
1 files changed, 2 insertions, 2 deletions
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;