Module Name: src
Committed By: msaitoh
Date: Sat Jun 24 05:26:41 UTC 2023
Modified Files:
src/doc: CHANGES.prev
Log Message:
Fix typo.
To generate a diff of this commit:
cvs rdiff -u -r1.170 -r1.171 src/doc/CHANGES.prev
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES.prev
diff -u src/doc/CHANGES.prev:1.170 src/doc/CHANGES.prev:1.171
--- src/doc/CHANGES.prev:1.170 Sat May 13 12:51:28 2023
+++ src/doc/CHANGES.prev Sat Jun 24 05:26:40 2023
@@ -1,4 +1,4 @@
-LIST OF CHANGES FROM PREVIOUS RELEASES: <$Revision: 1.170 $>
+LIST OF CHANGES FROM PREVIOUS RELEASES: <$Revision: 1.171 $>
Changes from 386bsd 0.1 + patchkit 0.2.2 to NetBSD 0.8:
@@ -3789,7 +3789,7 @@ Changes from NetBSD 1.2 to NetBSD 1.3:
[sakamoto 19971014]
arm32: major restructure of the kernel arm32 source files to remove
lots of RiscPC/IOMD/VIDC inter-dependancies, making it easier
- to port to mutliple ARM hardware architectures [mark 19971014]
+ to port to multiple ARM hardware architectures [mark 19971014]
ethernet: Split NE2000 support out of the ISA "ed" driver, and create
an "ne" driver to handle multiple attachments for NE2000
compatible cards. Add front-ends for ISA and PCI.