summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-07-23 06:38:18 +0000
committerJim Meyering <jim@meyering.net>2003-07-23 06:38:18 +0000
commitb220480e9d2a0f595b839ac0c7b50e6c739b8bb4 (patch)
tree6070a66dbebcdd173c7ae77465b934e808031e6b /src
parent181887938812fb6677944a8a607ffbaa1304296a (diff)
downloadcoreutils-b220480e9d2a0f595b839ac0c7b50e6c739b8bb4.tar.xz
Tweak comment: Solaris2.5.1 -> Solaris 2.5.1
Diffstat (limited to 'src')
-rw-r--r--src/copy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/copy.c b/src/copy.c
index 879ce4261..7a3ae3396 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. */