mirror of
https://github.com/curl/curl.git
synced 2026-06-20 23:15:38 +03:00
docs: grammar proofread, typo fixes
(Partially automated) proofread of most of the documentation, leading to various typo fixes. Closes #8353
This commit is contained in:
parent
91e3996aa7
commit
b341b7675b
21 changed files with 68 additions and 65 deletions
|
|
@ -6,7 +6,7 @@ when the reference is invalidated. Once referenced, a buffer cannot be
|
|||
reallocated.
|
||||
|
||||
A data length is stored within the reference for binary data handling
|
||||
purpose; it is not used by the bufref API.
|
||||
purposes; it is not used by the bufref API.
|
||||
|
||||
The `struct bufref` is used to hold data referencing a buffer. The members of
|
||||
that structure **MUST NOT** be accessed or modified without using the dedicated
|
||||
|
|
@ -43,7 +43,7 @@ void Curl_bufref_set(struct bufref *br, const void *buffer, size_t length,
|
|||
```
|
||||
|
||||
Releases the previously referenced buffer, then assigns the new `buffer` to
|
||||
the structure, associated with its `destructor` function. The later can be
|
||||
the structure, associated with its `destructor` function. The latter can be
|
||||
specified as `NULL`: this will be the case when the referenced buffer is
|
||||
static.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue