diff options
author | 2006-12-17 17:41:56 +0000 | |
---|---|---|
committer | 2006-12-17 17:41:56 +0000 | |
commit | a4b7b7953b485d0595c162b8fe6b2c6c762f11ee (patch) | |
tree | 00e488e981aa1a22e03929958a2650f0215dca86 | |
parent | mbg(4), a driver for Meinberg Funkuhren time signal station receivers (diff) | |
download | wireguard-openbsd-a4b7b7953b485d0595c162b8fe6b2c6c762f11ee.tar.xz wireguard-openbsd-a4b7b7953b485d0595c162b8fe6b2c6c762f11ee.zip |
fix comment
-rw-r--r-- | sbin/dhclient/conflex.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/dhclient/conflex.c b/sbin/dhclient/conflex.c index fc9c5b183d4..db3377aaba4 100644 --- a/sbin/dhclient/conflex.c +++ b/sbin/dhclient/conflex.c @@ -1,6 +1,6 @@ -/* $OpenBSD: conflex.c,v 1.12 2006/05/08 17:25:59 deraadt Exp $ */ +/* $OpenBSD: conflex.c,v 1.13 2006/12/17 17:41:56 stevesk Exp $ */ -/* Lexical scanner for dhcpd config file... */ +/* Lexical scanner for dhclient config file... */ /* * Copyright (c) 1995, 1996, 1997 The Internet Software Consortium. |