nspawn: fix comment typo in setup_timezone example (#4183)
authorMichael Pope <mpope.cr@gmail.com>
Tue, 20 Sep 2016 05:30:48 +0000 (22:30 -0700)
committerMartin Pitt <martin.pitt@ubuntu.com>
Tue, 20 Sep 2016 05:30:48 +0000 (07:30 +0200)
src/nspawn/nspawn.c

index 6f4a33c..632c128 100644 (file)
@@ -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;
         }