padenot / ringbuf.js

Wait-free thread-safe single-consumer single-producer ring buffer using SharedArrayBuffer
https://ringbuf-js.netlify.app/
Mozilla Public License 2.0
201 stars 18 forks source link

Fix minor typos #10

Closed haywirez closed 3 years ago

haywirez commented 3 years ago

Only some small comment fixes I came across when reading through the code