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
1 changed files with 1 additions and 1 deletions

View 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;
}