nspawn: fix comment typo in setup_timezone example (#4183)

This commit is contained in:
Michael Pope 2016-09-19 22:30:48 -07:00 committed by Martin Pitt
parent dd8352659c
commit 21dc02277d

View file

@ -1224,7 +1224,7 @@ static int setup_timezone(const char *dest) {
* it /w a symbolic link to a time zone data file. * it /w a symbolic link to a time zone data file.
* *
* Example: * Example:
* ln -s /etc/localtime /usr/share/zoneinfo/UTC * ln -s /usr/share/zoneinfo/UTC /etc/localtime
*/ */
return 0; return 0;
} }