1
0
mirror of https://github.com/moparisthebest/curl synced 2025-01-10 21:48:10 -05:00

DYNBUF.md: fix a typo: trail => tail

Closes #5599
This commit is contained in:
Denis Baručić 2020-06-24 09:55:20 +02:00 committed by Daniel Stenberg
parent e9db32a09a
commit 923296dc1c
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -50,7 +50,7 @@ Reset the buffer length, but leave the allocation.
## tail ## tail
CURLcode Curl_dyn_trail(struct dynbuf *s, size_t length) CURLcode Curl_dyn_tail(struct dynbuf *s, size_t length)
Keep `length` bytes of the buffer tail (the last `length` bytes of the Keep `length` bytes of the buffer tail (the last `length` bytes of the
buffer). The rest of the buffer is dropped. The specified `length` must not be buffer). The rest of the buffer is dropped. The specified `length` must not be