]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test-specifier: update comment to moved file
authorJonas Rebmann <jre@pengutronix.de>
Tue, 7 Apr 2026 09:03:48 +0000 (11:03 +0200)
committerJonas Rebmann <jre@pengutronix.de>
Tue, 7 Apr 2026 09:03:48 +0000 (11:03 +0200)
src/partition/repart.c was renamed to src/repart/repart.c in commit
211d2f972dd1 ("Rename src/partition to src/repart"), update the comment
accordingly.

Signed-off-by: Jonas Rebmann <jre@pengutronix.de>
src/test/test-specifier.c

index 850f961bfedcf6d405ee50fd91f8f4e2eb792849..6c6c00f53f08a6dd79b4ccdbe551222d2cd25c20 100644 (file)
@@ -156,7 +156,7 @@ TEST(specifiers_assorted) {
         const sd_id128_t id = SD_ID128_ALLF;
         const uint64_t llu = UINT64_MAX;
         const Specifier table[] = {
-                /* Used in src/partition/repart.c */
+                /* Used in src/repart/repart.c */
                 { 'a', specifier_uuid,      &id },
                 { 'b', specifier_uint64,    &llu },
                 {}