summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormsaitoh <msaitoh@NetBSD.org>2023-06-24 05:26:01 +0000
committermsaitoh <msaitoh@NetBSD.org>2023-06-24 05:26:01 +0000
commit551fd735da6bdef326efebe111c2e22e06b826bf (patch)
tree5c3b8864f251aeac79c508b9e1be8ad97e9546b8 /doc
parent941904360f7283d63fbd2e68d1ca76c660013a08 (diff)
Fix typo.
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES.prev4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/CHANGES.prev b/doc/CHANGES.prev
index 094251287c1..74895c26907 100644
--- a/doc/CHANGES.prev
+++ b/doc/CHANGES.prev
@@ -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.