Skip to content

Commit 8f30d50

Browse files
authored
typos
Plural of OS is OSs
1 parent 0f5c6dc commit 8f30d50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

principles.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,14 +271,14 @@ The counter argument is that any mechanism that requires privileged
271271
access—e.g., accessing an I/O device or modifying a shared data
272272
structure—must be implemented in a common layer (i.e., the kernel),
273273
but even then, care should be taken to decompose the mechanism so as
274-
to minimize the sub-pieces that are common. Library OS designed during
274+
to minimize the sub-pieces that are common. Library OSs designed during
275275
the 1990s took this argument to its logical conclusion, reducing the
276276
"kernel" to its bare minimum, with most functionality one typically
277277
expects from an OS running as a library co-located with the
278278
application.\ [#]_
279279

280280
.. [#] While strictly adhering to the principle of least common
281-
mechanism, Library OSes are not widely adopted in practice,
281+
mechanism, Library OSs are not widely adopted in practice,
282282
illustrating that security is only one of many system requirements
283283
taken into consideration.
284284

0 commit comments

Comments
 (0)