spelling: additional

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 12:34:05 -05:00
parent 395e6d3b22
commit 2df7d018dd
5 changed files with 5 additions and 5 deletions

View file

@ -23,7 +23,7 @@
/*
* Generally, an mbuf is a header for a buffer which adds some useful functionality with regards to
* grouping multiple distinct buffers together into a single packet. They are primarily used for
* networking. As you go down a traditional network stack, headers need to be added to the data.
* networking. As you go down a tradditional network stack, headers need to be added to the data.
* Rather than having to allocate and copy every time a new header needs to be added, or forcing the
* upper layer to leave room for the header, mbufs allows for buffers to be chained together into an
* mbuf chain. With mbufs, as you go down the stack, you simply add the headers as new mbufs at the