summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorKevin Steves <stevesk@cvs.openbsd.org>2006-12-15 14:09:14 +0000
committerKevin Steves <stevesk@cvs.openbsd.org>2006-12-15 14:09:14 +0000
commitcedb3930ed3b22477fdcc833ff2ae84dc0b999ce (patch)
tree396dc90b06291f53327d2428fe20f77aa247970e /usr.sbin
parent37bfe5a9aba7c0e2fdbf14ec6df133736f5c133f (diff)
typo in comment
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;