]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
sd-journal: fix comment
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 6 May 2023 15:15:28 +0000 (00:15 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 6 May 2023 15:26:49 +0000 (00:26 +0900)
src/libsystemd/sd-journal/journal-file.c

index 432a47c4ee7d1491b6d6ef621a1116c20f89a089..530ec6921f40f642c9842ca007bcc0a883f01b72 100644 (file)
@@ -2791,7 +2791,7 @@ static int generic_array_bisect(
          * an object is matched against the given needle.
          *
          * Given a journal file, the offset of an object and the needle, the test_object() function should
-         * return TEST_LEFT if the needle is located earlier in the entry array chain, TEST_RIGHT if the
+         * return TEST_LEFT if the needle is located earlier in the entry array chain, TEST_LEFT if the
          * needle is located later in the entry array chain and TEST_FOUND if the object matches the needle.
          * If test_object() returns TEST_FOUND for a specific object, that object's information will be used
          * to populate the return values of this function. If test_object() never returns TEST_FOUND, the