summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-05-14 08:59:32 +0200
committerThomas Haller <thaller@redhat.com>2019-05-17 21:24:18 +0200
commit6a89f6c36837248f7ffb91cad260c52d0a1ac80c (patch)
treea5e91fe41c00755dedfeedbef7f86ff2dffff33a
parent10688e3d886eab3395473f8c5858cff552c9a9ad (diff)
downloadNetworkManager-6a89f6c36837248f7ffb91cad260c52d0a1ac80c.tar.gz
trivial: fix code comment mentioning "/var/run/NetworManager" to refer to "/run"
-rw-r--r--src/nm-config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nm-config.c b/src/nm-config.c
index 9fcd6591d5..8262d78721 100644
--- a/src/nm-config.c
+++ b/src/nm-config.c
@@ -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;
};