diff options
| -rw-r--r-- | sys/sys/protosw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/protosw.h b/sys/sys/protosw.h index e227ea38d6c6..132b199c1f56 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); |
