mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Correct a typo.
MFC after: 6 days
This commit is contained in:
parent
1011cc260e
commit
023795f033
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ m_makespace(struct mbuf *m0, int skip, int hlen, int *off)
|
|||
* At this point skip is the offset into the mbuf m
|
||||
* where the new header should be placed. Figure out
|
||||
* if there's space to insert the new header. If so,
|
||||
* and copying the remainder makese sense then do so.
|
||||
* and copying the remainder makes sense then do so.
|
||||
* Otherwise insert a new mbuf in the chain, splitting
|
||||
* the contents of m as needed.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue