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: upstream/v231~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=21dc02277d6f0844c1f7ab7ccb543b69848fff32;p=platform%2Fupstream%2Fsystemd.git nspawn: fix comment typo in setup_timezone example (#4183) --- diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c index 6f4a33c..632c128 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; }