Fix typo. Unit is spelled with a 'u'. 'init' just types too easily.
This commit is contained in:
parent
b645ff7fc3
commit
d800ff4aed
@ -27,7 +27,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: if_sr.c,v 1.19 1999/01/18 07:55:02 julian Exp $
|
||||
* $Id: if_sr.c,v 1.20 1999/01/18 21:23:47 julian Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -867,7 +867,7 @@ srattach(struct sr_hardc *hc)
|
||||
*
|
||||
*/
|
||||
static void
|
||||
srintr(int init)
|
||||
srintr(int unit)
|
||||
{
|
||||
struct sr_hardc *hc;
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: if_sr.c,v 1.19 1999/01/18 07:55:02 julian Exp $
|
||||
* $Id: if_sr.c,v 1.20 1999/01/18 21:23:47 julian Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -867,7 +867,7 @@ srattach(struct sr_hardc *hc)
|
||||
*
|
||||
*/
|
||||
static void
|
||||
srintr(int init)
|
||||
srintr(int unit)
|
||||
{
|
||||
struct sr_hardc *hc;
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: if_sr.c,v 1.19 1999/01/18 07:55:02 julian Exp $
|
||||
* $Id: if_sr.c,v 1.20 1999/01/18 21:23:47 julian Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -867,7 +867,7 @@ srattach(struct sr_hardc *hc)
|
||||
*
|
||||
*/
|
||||
static void
|
||||
srintr(int init)
|
||||
srintr(int unit)
|
||||
{
|
||||
struct sr_hardc *hc;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user