mirror of
https://github.com/curl/curl.git
synced 2026-08-24 17:53:33 +03:00
code: language cleanup in comments
Based on the standards and guidelines we use for our documentation. - expand contractions (they're => they are etc) - host name = > hostname - file name => filename - user name = username - man page => manpage - run-time => runtime - set-up => setup - back-end => backend - a HTTP => an HTTP - Two spaces after a period => one space after period Closes #14073
This commit is contained in:
parent
9b683577e1
commit
c074ba64a8
213 changed files with 1719 additions and 1715 deletions
|
|
@ -38,7 +38,7 @@ struct connectdata;
|
|||
#define CHUNK_MAXNUM_LEN (SIZEOF_CURL_OFF_T * 2)
|
||||
|
||||
typedef enum {
|
||||
/* await and buffer all hexadecimal digits until we get one that isn't a
|
||||
/* await and buffer all hexadecimal digits until we get one that is not a
|
||||
hexadecimal digit. When done, we go CHUNK_LF */
|
||||
CHUNK_HEX,
|
||||
|
||||
|
|
@ -54,9 +54,9 @@ typedef enum {
|
|||
big deal. */
|
||||
CHUNK_POSTLF,
|
||||
|
||||
/* Used to mark that we're out of the game. NOTE: that there's a 'datasize'
|
||||
field in the struct that will tell how many bytes that were not passed to
|
||||
the client in the end of the last buffer! */
|
||||
/* Used to mark that we are out of the game. NOTE: that there is a
|
||||
'datasize' field in the struct that will tell how many bytes that were
|
||||
not passed to the client in the end of the last buffer! */
|
||||
CHUNK_STOP,
|
||||
|
||||
/* At this point optional trailer headers can be found, unless the next line
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue