summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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