From 437418e7ca67f404b0529b07a79d1497e92462f0 Mon Sep 17 00:00:00 2001 From: Raymond Lu Date: Thu, 30 Mar 2006 15:05:56 -0500 Subject: [svn-r12182] Purpose: Change comment. Description: Changed comment to better describe the code. Platforms tested: No test is needed. --- test/dt_arith.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/test/dt_arith.c b/test/dt_arith.c index 52673e1..2df3fd9 100644 --- a/test/dt_arith.c +++ b/test/dt_arith.c @@ -57,9 +57,10 @@ const char *FILENAME[] = { }; /* - * Count up or down depending on whether the machine is big endian or little - * endian. If local variable `endian' is H5T_ORDER_BE then the result will - * be I, otherwise the result will be Z-(I+1). + * Count up or down depending on whether the machine is big endian, little + * endian, or VAX (OpenVMS). If local variable `endian' is H5T_ORDER_BE then + * the result will be I, otherwise the result will be Z-(I+1). VAX is printed + * as little endian. */ #define ENDIAN(Z,I,E) (H5T_ORDER_BE==E?(I):(Z)-((I)+1)) -- cgit v0.12