]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: fix executable name in comment
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 20 May 2025 14:11:08 +0000 (23:11 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 20 May 2025 14:11:12 +0000 (23:11 +0900)
Follow-up for e4b4a9b6773cf4fa228d87dc473f563f1b7ff6b6.

src/journal-remote/meson.build

index 47515db0a7ef845a7071597b98c24d561e083c25..036b40a3b65d8756620e747dc3a76c1b753c5bbd 100644 (file)
@@ -46,7 +46,7 @@ executables += [
         libexec_template + {
                 'name' : 'systemd-journal-remote',
                 'public' : true,
-                # We always build systemd-journal regardless of ENABLE_REMOTE because we have to build
+                # We always build systemd-journal-remote regardless of ENABLE_REMOTE because we have to build
                 # fuzz-journal-remote even when --auto-features=disabled (see tools/oss-fuzz.sh for why).
                 # Instead, we make sure we don't install it when the remote feature is disabled.
                 'install' : conf.get('ENABLE_REMOTE') == 1,