summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2010-09-29 10:08:24 +0200
committerKay Sievers <kay.sievers@vrfy.org>2010-09-29 10:08:24 +0200
commit010004791c98c6d8ebaa6a260dc42f7ef3a28944 (patch)
tree6f4c2bd2d86f4078b552d0696aa9d036a875afdd
parentbdb0e14d278199037e74cef8c078f5dcce6a09fe (diff)
downloadsystemd-010004791c98c6d8ebaa6a260dc42f7ef3a28944.tar.gz
tmpfiles: fix typo in comment
-rw-r--r--src/tmpfiles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tmpfiles.c b/src/tmpfiles.c
index 3a83311d45..13e830db56 100644
--- a/src/tmpfiles.c
+++ b/src/tmpfiles.c
@@ -34,7 +34,7 @@
#include "strv.h"
#include "label.h"
-/* This reads all files listed in /etc/tempfiles.d/?*.conf and creates
+/* This reads all files listed in /etc/tmpfiles.d/?*.conf and creates
* them in the file system. This is intended to be used to create
* properly owned directories beneath /tmp, /var/tmp, /var/run and
* /var/lock which are volatile and hence need to be recreated on