From: Zbigniew Jędrzejewski-Szmek Date: Tue, 14 Jan 2025 09:32:30 +0000 (+0100) Subject: remount-fs: adjust comment X-Git-Tag: v258-rc1~1011^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa0f0dd8148ea57bd15c21ca4128402af6e8c063;p=thirdparty%2Fsystemd.git remount-fs: adjust comment --- diff --git a/src/remount-fs/remount-fs.c b/src/remount-fs/remount-fs.c index 21167a7b4ae..e707eab5490 100644 --- a/src/remount-fs/remount-fs.c +++ b/src/remount-fs/remount-fs.c @@ -19,8 +19,8 @@ #include "signal-util.h" #include "strv.h" -/* Goes through /etc/fstab and remounts all API file systems, applying options that are in /etc/fstab that systemd - * might not have respected */ +/* Goes through /etc/fstab and remounts all API file systems, applying options that are in /etc/fstab that + * systemd might not have respected. */ static int track_pid(Hashmap **h, const char *path, pid_t pid) { _cleanup_free_ char *c = NULL;