Tweak comment: Solaris2.5.1 -> Solaris 2.5.1
authorJim Meyering <jim@meyering.net>
Wed, 23 Jul 2003 06:38:18 +0000 (06:38 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 23 Jul 2003 06:38:18 +0000 (06:38 +0000)
src/copy.c

index 879ce426186c37c383ae047311cc0eab73df46f7..7a3ae3396437686e7d7d7a9bc127eabc266f9da7 100644 (file)
@@ -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.  */