trivial: fix code comment mentioning "/var/run/NetworManager" to refer to "/run"

This commit is contained in:
Thomas Haller
2019-05-14 08:59:32 +02:00
parent 10688e3d88
commit 6a89f6c368

View File

@@ -67,7 +67,7 @@ struct NMConfigCmdLineOptions {
*
* It is true, if NM is started the first time -- contrary to a restart
* during the same boot up. That is determined by the content of the
* /var/run/NetworManager state directory. */
* /run/NetworManager state directory. */
bool first_start;
};