Steven,
The following diff corrects address=addresss
when it should correct addresses=addresss
IOW, the script singularized a plural typo.
-Jared
>diff -ur 2.5-current/include/net/sctp/user.h linux/include/net/sctp/user.h
>--- 2.5-current/include/net/sctp/user.h Mon Mar 3 10:41:43 2003
>+++ linux/include/net/sctp/user.h Mon Mar 3 10:45:23 2003
>@@ -100,13 +100,13 @@
>#define SCTP_SOCKOPT_BINDX_REM SCTP_SOCKOPT_BINDX_REM
>SCTP_SOCKOPT_PEELOFF, /* peel off association. */
>#define SCTP_SOCKOPT_PEELOFF SCTP_SOCKOPT_PEELOFF
>- SCTP_GET_PEER_ADDRS_NUM, /* Get number of peer addresss. */
>+ SCTP_GET_PEER_ADDRS_NUM, /* Get number of peer address. */
>#define SCTP_GET_PEER_ADDRS_NUM SCTP_GET_PEER_ADDRS_NUM
>- SCTP_GET_PEER_ADDRS, /* Get all peer addresss. */
>+ SCTP_GET_PEER_ADDRS, /* Get all peer address. */
>#define SCTP_GET_PEER_ADDRS SCTP_GET_PEER_ADDRS
>- SCTP_GET_LOCAL_ADDRS_NUM, /* Get number of local addresss. */
>+ SCTP_GET_LOCAL_ADDRS_NUM, /* Get number of local address. */
>#define SCTP_GET_LOCAL_ADDRS_NUM SCTP_GET_LOCAL_ADDRS_NUM
>- SCTP_GET_LOCAL_ADDRS, /* Get all local addresss. */
>+ SCTP_GET_LOCAL_ADDRS, /* Get all local address. */
>#define SCTP_GET_LOCAL_ADDRS SCTP_GET_LOCAL_ADDRS
>};
>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Fri Mar 07 2003 - 22:00:22 EST