From 7cd16f8ad61123b80b804e78f4408a9fbf43fa5d Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 26 Apr 1995 02:51:02 +0000 Subject: [PATCH] fixed comment --- src/ca/iocmsg.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ca/iocmsg.h b/src/ca/iocmsg.h index 2171403d2..1a47f9c59 100644 --- a/src/ca/iocmsg.h +++ b/src/ca/iocmsg.h @@ -134,7 +134,8 @@ typedef float ca_float32_t; * fields aligned on natural boundaries. * * NOTE: all structures declared in this file must have a - * byte count which is evenly divisible by 8 for the SPARC. + * byte count which is evenly divisible by 8 matching + * the largest atomic data type in db_access.h. */ #define CA_MESSAGE_ALIGN(A) (OCT_ROUND(A)<<3)