Update README.md

Co-authored-by: Steve Loeppky <biglep@protocol.ai>
This commit is contained in:
vyzo 2022-01-05 21:19:38 +02:00
parent 3825381d51
commit eedf0a3486

View File

@ -34,7 +34,7 @@ accounting for multiple levels of resource constraints.
Perhaps the most fundamental resource is memory, and in particular
buffers used for network operations. The system must provide an
interface for compoenents to reserve memory that accounts for buffers
interface for components to reserve memory that accounts for buffers
(and possibly other live objects), which is scoped within the component.
Before a new buffer is allocated, the component should try a memory
reservation, which can fail if the resource limit is exceeded. It is