mirror of
https://github.com/curl/curl.git
synced 2026-08-25 23:23:31 +03:00
source: avoid use of 'very' in comments
This commit is contained in:
parent
d1323839be
commit
9cc246401e
16 changed files with 64 additions and 67 deletions
|
|
@ -348,9 +348,9 @@ curl_easy_strerror(CURLcode error)
|
|||
* By using gcc -Wall -Werror, you cannot forget.
|
||||
*
|
||||
* A table would not have the same benefit. Most compilers will generate
|
||||
* code very similar to a table in any case, so there is little performance
|
||||
* gain from a table. Something is broken for the user's application,
|
||||
* anyways, so does it matter how fast it _does not_ work?
|
||||
* code similar to a table in any case, so there is little performance gain
|
||||
* from a table. Something is broken for the user's application, anyways, so
|
||||
* does it matter how fast it _does not_ work?
|
||||
*
|
||||
* The line number for the error will be near this comment, which is why it
|
||||
* is here, and not at the start of the switch.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue