From: Michael Pope Date: Tue, 20 Sep 2016 05:30:48 +0000 (-0700) Subject: nspawn: fix comment typo in setup_timezone example (#4183) X-Git-Tag: v232~200 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=21dc02277d6f0844c1f7ab7ccb543b69848fff32;p=thirdparty%2Fsystemd.git nspawn: fix comment typo in setup_timezone example (#4183) --- diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c index 6f4a33cd969..632c12898fe 100644 --- a/src/nspawn/nspawn.c +++ b/src/nspawn/nspawn.c @@ -1224,7 +1224,7 @@ static int setup_timezone(const char *dest) { * it /w a symbolic link to a time zone data file. * * Example: - * ln -s /etc/localtime /usr/share/zoneinfo/UTC + * ln -s /usr/share/zoneinfo/UTC /etc/localtime */ return 0; }