From: Zdenek Dohnal Date: Thu, 26 May 2022 07:28:20 +0000 (+0200) Subject: scheduler/cert.c: fix the comment X-Git-Tag: v2.4.3~176 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=411b6136f450a583ee08c3880fa09dbe837eb3f1;p=thirdparty%2Fcups.git scheduler/cert.c: fix the comment --- diff --git a/scheduler/cert.c b/scheduler/cert.c index 9b65b96c9c..b08d9d93a1 100644 --- a/scheduler/cert.c +++ b/scheduler/cert.c @@ -447,7 +447,7 @@ ctcompare(const char *a, /* I - First string */ /* * The while loop finishes when *a == '\0' or *b == '\0' * so after the while loop either both *a and *b == '\0', - * or one points inside a string, so when we apply logical OR on *a, + * or one points inside a string, so when we apply bitwise OR on *a, * *b and result, we get a non-zero return value if the compared strings don't match. */