summaryrefslogtreecommitdiff
path: root/sys/lib/libsa
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2006-02-06 17:37:29 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2006-02-06 17:37:29 +0000
commit1327f4d07532a559f7aa2205c8a4569a2c0828fb (patch)
treef8a78214425d8ab17b8a1ba14ce3ccbe9f51b3bc /sys/lib/libsa
parent8727b7c08864692c23d9230efd7281a0f85e6a85 (diff)
typos from alexey dobriyan;
Diffstat (limited to 'sys/lib/libsa')
-rw-r--r--sys/lib/libsa/bootp.c4
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)
{