summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2004-05-04 18:01:22 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2004-05-04 18:01:22 (GMT)
commit14aaec71d7fe418fa6abb1b5c0ff92e092a77835 (patch)
treeb5cf5653ec4a536e16d24bca5c5b9ddf43212781
parentb5d14c22a206314646b783471a9a49f9ffaf0f0e (diff)
downloadhdf5-14aaec71d7fe418fa6abb1b5c0ff92e092a77835.zip
hdf5-14aaec71d7fe418fa6abb1b5c0ff92e092a77835.tar.gz
hdf5-14aaec71d7fe418fa6abb1b5c0ff92e092a77835.tar.bz2
[svn-r8481] *** empty log message ***
-rw-r--r--test/dtypes.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/dtypes.c b/test/dtypes.c
index 705bdb5..9c8e6b4 100644
--- a/test/dtypes.c
+++ b/test/dtypes.c
@@ -4500,8 +4500,8 @@ test_conv_int_float(const char *name, hid_t src, hid_t dst)
}
}
}
-/* On some machines (notably the SGI machines) unsigned long values
- * are not converted to float or double values correctly, they are
+/* On some machines (notably the SGI and Solaris 64-bit machines) unsigned long
+ * values are not converted to float or double values correctly, they are
* consistently off by the lowest bit being rounded oppositely to our
* software conversion routines output. So, on those machines, we allow
* the converted value to be +/- 1 from the machine's value. -QAK