Add punctuation to make a sentence more readable.

This commit is contained in:
wollman 2000-04-25 16:40:57 +00:00
parent b13c8f158a
commit 5b41d2de63

View File

@ -53,8 +53,8 @@
The kernel object system implements an object-oriented programming
system in the FreeBSD kernel.
The system is based around the concepts of interfaces, which are
descriptions of sets of methods, classes which are lists of functions
implementing certain methods from those interfaces and objects
descriptions of sets of methods; classes, which are lists of functions
implementing certain methods from those interfaces; and objects,
which combine a class with a structure in memory.
.Pp
Methods are called using a dynamic method dispatching algorithm which