mirror of
https://github.com/curl/curl.git
synced 2026-08-25 06:03:32 +03:00
docs: correct spelling errors and a broken link
Update grammar and spelling in docs and source code comments. Closes: #7427 Reviewed-by: Daniel Stenberg <daniel@haxx.se>
This commit is contained in:
parent
2c2b26145f
commit
8749ce651f
8 changed files with 16 additions and 16 deletions
|
|
@ -56,7 +56,7 @@ CURLcode Curl_bufref_memdup(struct bufref *br, const void *data, size_t length);
|
|||
```
|
||||
|
||||
Releases the previously referenced buffer, then duplicates the `length`-byte
|
||||
`data` into a buffer allocated via `malloc()` and references the later
|
||||
`data` into a buffer allocated via `malloc()` and references the latter
|
||||
associated with destructor `curl_free()`.
|
||||
|
||||
An additional trailing byte is allocated and set to zero as a possible
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue