]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
scheduler/cert.c: fix the comment
authorZdenek Dohnal <zdohnal@redhat.com>
Thu, 26 May 2022 07:28:20 +0000 (09:28 +0200)
committerZdenek Dohnal <zdohnal@redhat.com>
Thu, 26 May 2022 07:28:20 +0000 (09:28 +0200)
scheduler/cert.c

index 9b65b96c9ce8835205a5343ef727748141f41129..b08d9d93a1e9ef5132afdb72386f26d707cd52be 100644 (file)
@@ -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.
   */