From: Wayne Davison Date: Sun, 20 Jun 2004 19:47:05 +0000 (+0000) Subject: Tweaked a comment. X-Git-Tag: v2.6.3pre1~181 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdf57ede8c1cd60ee07f6f8eab5fbfac1224a431;p=thirdparty%2Frsync.git Tweaked a comment. --- diff --git a/options.c b/options.c index 34c131ca..26b26ab5 100644 --- a/options.c +++ b/options.c @@ -141,7 +141,7 @@ static int daemon_opt; /* sets am_daemon after option error-reporting */ static int modify_window_set; /** Local address to bind. As a character string because it's - * interpreted by the IPv6 layer: should be a numeric IP4 or ip6 + * interpreted by the IPv6 layer: should be a numeric IP4 or IP6 * address, or a hostname. **/ char *bind_address;