From: Jim Meyering Date: Wed, 23 Jul 2003 06:38:18 +0000 (+0000) Subject: Tweak comment: Solaris2.5.1 -> Solaris 2.5.1 X-Git-Tag: v5.0.90~128 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b220480e9d2a0f595b839ac0c7b50e6c739b8bb4;p=thirdparty%2Fcoreutils.git Tweak comment: Solaris2.5.1 -> Solaris 2.5.1 --- diff --git a/src/copy.c b/src/copy.c index 879ce42618..7a3ae33964 100644 --- a/src/copy.c +++ b/src/copy.c @@ -1624,7 +1624,7 @@ valid_options (const struct cp_options *co) assert (VALID_BACKUP_TYPE (co->backup_type)); /* FIXME: for some reason this assertion always fails, - at least on Solaris2.5.1. Just disable it for now. */ + at least on Solaris 2.5.1. Just disable it for now. */ /* assert (co->xstat == lstat || co->xstat == stat); */ /* Make sure xstat and dereference are consistent. */