Fix typos.

This commit is contained in:
Murray Stokely 2003-09-17 06:33:45 +00:00
parent 6fb6200f97
commit e0a1640f51
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=18139

View file

@ -98,7 +98,7 @@
<title>Major issues</title>
<para>The success of the 5.<replaceable>X</replaceable> series hinges on
the ability to deliver fine-graned threading and re-entrancy in the
the ability to deliver fine-grained threading and re-entrancy in the
kernel (also known as SMPng) and kernel-supported POSIX threads in
userland, while not sacrificing overall system stability or
performance.</para>
@ -247,7 +247,7 @@
<listitem>
<para>A new interrupt model can be introduced to allow drivers to
register an 'interrupt filter' along with a normal service routine.
This would be similar to the Mac OSX model in use today. Interrupt
This would be similar to the Mac OS X model in use today. Interrupt
filter routines would allow the driver to determine if it is
interested in servicing the interrupt, allow it to squelch the
interrupt source, and possibly determine and schedule service