diff options
author | 2006-02-06 17:37:28 +0000 | |
---|---|---|
committer | 2006-02-06 17:37:28 +0000 | |
commit | e8879f29941ac4748083d83277bdfeb5b23593e7 (patch) | |
tree | 50efac931346b835ee52b6fdf7f7d9e478dc26c1 /sys/lib | |
parent | typos from alexey dobriyan; (diff) | |
download | wireguard-openbsd-e8879f29941ac4748083d83277bdfeb5b23593e7.tar.xz wireguard-openbsd-e8879f29941ac4748083d83277bdfeb5b23593e7.zip |
typos from alexey dobriyan;
Diffstat (limited to 'sys/lib')
-rw-r--r-- | sys/lib/libsa/bootp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/lib/libsa/bootp.c b/sys/lib/libsa/bootp.c index d553a634832..648859edf60 100644 --- a/sys/lib/libsa/bootp.c +++ b/sys/lib/libsa/bootp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bootp.c,v 1.11 2003/08/11 06:23:09 deraadt Exp $ */ +/* $OpenBSD: bootp.c,v 1.12 2006/02/06 17:37:28 jmc Exp $ */ /* $NetBSD: bootp.c,v 1.10 1996/10/13 02:28:59 christos Exp $ */ /* @@ -63,7 +63,7 @@ static ssize_t bootprecv(struct iodesc *, void *, size_t, time_t); static void vend_cmu(u_char *); static void vend_rfc1048(u_char *, u_int); -/* Fetch required bootp infomation */ +/* Fetch required bootp information */ void bootp(int sock) { |