summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-09-10 20:51:38 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-09-10 20:51:38 +0000
commitc2d298e4d38d0f5816f1f55e7bbfd2fbf9b5a6aa (patch)
treed61b816b248f27ad9ba2714a97052bd098c17ae8
parentbc174eaf4721cb1e0c3715b8a356daa27f84c3f1 (diff)
typo; krapht@secureops.com
-rw-r--r--sys/sys/socket.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/socket.h b/sys/sys/socket.h
index 9061f77a118..cbb4021d2b7 100644
--- a/sys/sys/socket.h
+++ b/sys/sys/socket.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: socket.h,v 1.43 2002/03/15 02:11:01 itojun Exp $ */
+/* $OpenBSD: socket.h,v 1.44 2002/09/10 20:51:37 deraadt Exp $ */
/* $NetBSD: socket.h,v 1.14 1996/02/09 18:25:36 christos Exp $ */
/*
@@ -382,7 +382,7 @@ struct cmsghdr {
/* "Socket"-level control message types: */
#define SCM_RIGHTS 0x01 /* access rights (array of int) */
-#define SCM_CREDS 0x02 /* credientials (struct sockcred) */
+#define SCM_CREDS 0x02 /* credentials (struct sockcred) */
/*
* 4.3 compat sockaddr, move to compat file later