mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
"buffer" spelling
This commit is contained in:
parent
974bfa0782
commit
a452811e41
@ -358,7 +358,7 @@ What's New In Libevent 2.0 so far:
|
|||||||
any means provided to create an evbuffer except via evbuffer_new which
|
any means provided to create an evbuffer except via evbuffer_new which
|
||||||
heap-allocated the buffer.
|
heap-allocated the buffer.
|
||||||
|
|
||||||
If you need access to the whole bufer as a linear chunk of memory, the
|
If you need access to the whole buffer as a linear chunk of memory, the
|
||||||
EVBUFFER_DATA() function still works. Watch out, though: it needs to copy
|
EVBUFFER_DATA() function still works. Watch out, though: it needs to copy
|
||||||
the buffer's contents in a linear chunk before you can use it.
|
the buffer's contents in a linear chunk before you can use it.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user