Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/acorn32/podulebus s/structre/structure/ in comment.



details:   https://anonhg.NetBSD.org/src/rev/6f914f86da26
branches:  trunk
changeset: 1025526:6f914f86da26
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Nov 10 16:44:42 2021 +0000

description:
s/structre/structure/ in comment.

diffstat:

 sys/arch/acorn32/podulebus/if_ie.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 46dd0be1a0dc -r 6f914f86da26 sys/arch/acorn32/podulebus/if_ie.c
--- a/sys/arch/acorn32/podulebus/if_ie.c        Wed Nov 10 16:42:47 2021 +0000
+++ b/sys/arch/acorn32/podulebus/if_ie.c        Wed Nov 10 16:44:42 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_ie.c,v 1.50 2021/09/19 10:34:07 andvar Exp $ */
+/* $NetBSD: if_ie.c,v 1.51 2021/11/10 16:44:42 msaitoh Exp $ */
 
 /*
  * Copyright (c) 1995 Melvin Tang-Richardson.
@@ -53,7 +53,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_ie.c,v 1.50 2021/09/19 10:34:07 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_ie.c,v 1.51 2021/11/10 16:44:42 msaitoh Exp $");
 
 #define IGNORE_ETHER1_IDROM_CHECKSUM
 
@@ -115,7 +115,7 @@
 
 #define        xoffsetof(type, member) (offsetof(type, member) << 1)
 
-/* Some data structres local to this file */
+/* Some data structures local to this file */
 
 struct ie_softc {
        device_t        sc_dev;



Home | Main Index | Thread Index | Old Index