Fix a few typos in comments and docs
This commit is contained in:
parent
2d0dc707e6
commit
c6e4dea572
8 changed files with 16 additions and 16 deletions
|
|
@ -3956,7 +3956,7 @@ Requirements for the type system:
|
|||
<li>Store inheritance and type equivalence information and be able to correctly
|
||||
re-create the type pointer.</li>
|
||||
<li>Share type information between modules.</li>
|
||||
<li>Modules can be loaded in any order, irregardless of actual type
|
||||
<li>Modules can be loaded in any order, regardless of actual type
|
||||
dependency.</li>
|
||||
<li>Avoid the use of dynamically allocated memory, and library/system calls in general.</li>
|
||||
<li>Provide a reasonably fast implementation, minimizing the lookup time for all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue