summaryrefslogtreecommitdiff
path: root/sys/net/raw_usrreq.c
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1995-05-30 08:16:23 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1995-05-30 08:16:23 +0000
commit9b2e535452929d6f2f798a2c01b23b1f547a0b0f (patch)
tree176f04f674860c7cfae9ac5d2ff4d4e1d73cb2b7 /sys/net/raw_usrreq.c
parent44204187ec133a0ab7bd77c8d974ad5afd4d88b4 (diff)
Notes
Diffstat (limited to 'sys/net/raw_usrreq.c')
-rw-r--r--sys/net/raw_usrreq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/raw_usrreq.c b/sys/net/raw_usrreq.c
index c66f5ef4e383..bf6f6bbdb433 100644
--- a/sys/net/raw_usrreq.c
+++ b/sys/net/raw_usrreq.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)raw_usrreq.c 8.1 (Berkeley) 6/10/93
- * $Id: raw_usrreq.c,v 1.4 1994/10/08 22:38:25 phk Exp $
+ * $Id: raw_usrreq.c,v 1.5 1995/02/16 01:11:38 wollman Exp $
*/
#include <sys/param.h>
@@ -191,7 +191,7 @@ raw_usrreq(so, req, m, nam, control)
* If a socket isn't bound to a single address,
* the raw input routine will hand it anything
* within that protocol family (assuming there's
- * nothing else around it should go to).
+ * nothing else around it should go to).
*/
case PRU_CONNECT:
error = EINVAL;