From: Wayne Davison Date: Sun, 20 Jun 2004 19:47:05 +0000 (+0000) Subject: Tweaked a comment. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/fdf57ede8c1cd60ee07f6f8eab5fbfac1224a431?hp=bd717af8ab588cd9d05825ff8adfbe5dc91049ca 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;