From c948b4bc6480e72fbbc2cbed626bef5c83a96f2a Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Thu, 11 Aug 2005 15:35:59 +0000 Subject: [PATCH] Embellish comment. Submitted by: Rostislav Krasny --- sys/sys/protosw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys/protosw.h b/sys/sys/protosw.h index e227ea38d6c..132b199c1f5 100644 --- a/sys/sys/protosw.h +++ b/sys/sys/protosw.h @@ -242,7 +242,7 @@ struct pr_usrreqs { }; /* - * below. All functions return EOPNOTSUPP. + * All nonvoid pru_*() functions below return EOPNOTSUPP. */ int pru_abort_notsupp(struct socket *so);