From: Kai Blin Date: Thu, 5 Jun 2008 20:14:38 +0000 (+0200) Subject: net: Fix comment for net_time_zone() X-Git-Tag: samba-3.3.0pre1~980 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aea3466d12e31f8f506c21b856235e2e2aa40090;p=thirdparty%2Fsamba.git net: Fix comment for net_time_zone() --- diff --git a/source/utils/net_time.c b/source/utils/net_time.c index a60e308867a..43f907ddb74 100644 --- a/source/utils/net_time.c +++ b/source/utils/net_time.c @@ -145,7 +145,7 @@ static int net_time_system(struct net_context *c, int argc, const char **argv) return 0; } -/* display the time on a remote box in a format ready for /bin/date */ +/* display the remote time server's offset to UTC */ static int net_time_zone(struct net_context *c, int argc, const char **argv) { int zone = 0;