From: Andreas Jaeger Date: Wed, 29 Sep 2010 08:08:24 +0000 (+0200) Subject: tmpfiles: fix typo in comment X-Git-Tag: v11~29 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=010004791c98c6d8ebaa6a260dc42f7ef3a28944 tmpfiles: fix typo in comment --- diff --git a/src/tmpfiles.c b/src/tmpfiles.c index 3a83311d4..13e830db5 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