Module Name:    src
Committed By:   andvar
Date:           Fri May 24 20:09:10 UTC 2024

Modified Files:
        src/sys/arch/playstation2/dev: emac3.c

Log Message:
s/boradcast/broadcast/ in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/playstation2/dev/emac3.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/playstation2/dev/emac3.c
diff -u src/sys/arch/playstation2/dev/emac3.c:1.15 src/sys/arch/playstation2/dev/emac3.c:1.16
--- src/sys/arch/playstation2/dev/emac3.c:1.15	Fri Feb 11 23:49:19 2022
+++ src/sys/arch/playstation2/dev/emac3.c	Fri May 24 20:09:09 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: emac3.c,v 1.15 2022/02/11 23:49:19 riastradh Exp $	*/
+/*	$NetBSD: emac3.c,v 1.16 2024/05/24 20:09:09 andvar Exp $	*/
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: emac3.c,v 1.15 2022/02/11 23:49:19 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: emac3.c,v 1.16 2024/05/24 20:09:09 andvar Exp $");
 
 #include "debug_playstation2.h"
 
@@ -292,7 +292,7 @@ emac3_config(const u_int8_t *eaddr)
 	    RMR_SP |	/* strip padding */
 	    RMR_SFCS |	/* strip FCS */
 	    RMR_IAE |	/* individual address enable */
-	    RMR_BAE);	/* boradcast address enable */
+	    RMR_BAE);	/* broadcast address enable */
 
 	/* TX mode */
 	_emac3_reg_write_4(EMAC3_TMR1, 

Reply via email to