Fix a small grammar nit.

Submitted by:	jeroen@vangelderen.org
This commit is contained in:
Scott Long 2003-03-15 21:23:27 +00:00
parent 764b303278
commit 803cdde9af
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=16277
2 changed files with 2 additions and 2 deletions

View file

@ -325,7 +325,7 @@
compatibility is unnecessary, this resulted in approx 1000
lines less source code, the majority of which were removed
from the device drivers. The new API for cdevsw is a lot simpler
and hopefully less likely to confuse people. A ability to
and hopefully less likely to confuse people. An ability to
automatically allocate a device major number has been introduced
and is already used by a handful of drivers. Checks introduced
with this facility has shown that the uniqueness of manually

View file

@ -325,7 +325,7 @@
compatibility is unnecessary, this resulted in approx 1000
lines less source code, the majority of which were removed
from the device drivers. The new API for cdevsw is a lot simpler
and hopefully less likely to confuse people. A ability to
and hopefully less likely to confuse people. An ability to
automatically allocate a device major number has been introduced
and is already used by a handful of drivers. Checks introduced
with this facility has shown that the uniqueness of manually