Skip to content

Commit f336929

Browse files
Merge pull request #182 from microsoft/dev/gcampbell/policheck
Policheck fix
2 parents b8ae32b + 074c833 commit f336929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Utilities/cmcurl/lib/noproxy.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ bool Curl_check_noproxy(const char *name, const char *no_proxy)
231231
slash = strchr(check, '/');
232232
/* if the slash is part of this token, use it */
233233
if(slash) {
234-
/* if the bits variable gets a crazy value here, that is fine as
234+
/* if the bits variable gets an unexpected value here, that is fine as
235235
the value will then be rejected in the cidr function */
236236
bits = (unsigned int)atoi(slash + 1);
237237
*slash = 0; /* null terminate there */

0 commit comments

Comments
 (0)