mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
Remove use of English expletives
Remove words such as fuck, crap, shit etc. Remove other potentially offensive words from comments. Tidy up other geopolicital terms in comments.
This commit is contained in:
2
deps/http-parser/http_parser.c
vendored
2
deps/http-parser/http_parser.c
vendored
@@ -1744,7 +1744,7 @@ size_t http_parser_execute (http_parser *parser,
|
||||
case s_chunk_parameters:
|
||||
{
|
||||
assert(parser->flags & F_CHUNKED);
|
||||
/* just ignore this shit. TODO check for overflow */
|
||||
/* just ignore this. TODO check for overflow */
|
||||
if (ch == CR) {
|
||||
parser->state = s_chunk_size_almost_done;
|
||||
break;
|
||||
|
||||
2
deps/regex/regex_internal.h
vendored
2
deps/regex/regex_internal.h
vendored
@@ -63,7 +63,7 @@
|
||||
#endif
|
||||
#else /* GAWK */
|
||||
/*
|
||||
* This is a freaking mess. On glibc systems you have to define
|
||||
* This is a mess. On glibc systems you have to define
|
||||
* a magic constant to get isblank() out of <ctype.h>, since it's
|
||||
* a C99 function. To heck with all that and borrow a page from
|
||||
* dfa.c's book.
|
||||
|
||||
Reference in New Issue
Block a user