Module Name: src
Committed By: nia
Date: Thu Mar 28 07:59:21 UTC 2024
Modified Files:
src/doc: CHANGES
Log Message:
spell uftdi(4) properly.
To generate a diff of this commit:
cvs rdiff -u -r1.3046 -r1.3047 src/doc/CHANGES
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
diff -u src/doc/CHANGES:1.3046 src/doc/CHANGES:1.3047
--- src/doc/CHANGES:1.3046 Thu Mar 28 07:57:31 2024
+++ src/doc/CHANGES Thu Mar 28 07:59:20 2024
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.3046 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.3047 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -309,7 +309,7 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
[riastradh 20240321]
echi(4): If device attach fails, install NULL pmf(4) handlers.
Allows suspend/resume on ThinkPad A475. [mrg 20240324]
- utftdi(4): Add a "match quirk" mechanism that allows the driver to
+ uftdi(4): Add a "match quirk" mechanism that allows the driver to
selectively reject individual interfaces, allowing them to
be matched by ugen(4) and accessed through libusb.
[thorpej 20240326]