From d952cb99c2e390b06515654f71181aa90984adf7 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Mon, 30 Jul 2018 12:42:53 -0400 Subject: [PATCH] Update comments --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 00cff057..51657c05 100644 --- a/config.h +++ b/config.h @@ -354,7 +354,7 @@ NAMESPACE_END #endif #endif -// Sun Studio 12 provides GCC-style alignment. +// Sun Studio Express 3 (December 2006) provides GCC-style attributes. #ifndef CRYPTOPP_ALIGN_DATA #if defined(_MSC_VER) #define CRYPTOPP_ALIGN_DATA(x) __declspec(align(x))