From: Guy Harris Date: Wed, 11 Aug 2021 08:28:42 +0000 (-0700) Subject: Fix a comment. [skip ci] X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/b3626b4c729ddb81b43ef58bee5d324b94f8908a Fix a comment. [skip ci] --- diff --git a/funcattrs.h b/funcattrs.h index dfe36629..129492e5 100644 --- a/funcattrs.h +++ b/funcattrs.h @@ -115,7 +115,8 @@ || ND_IS_AT_LEAST_XL_C_VERSION(10,1) \ || ND_IS_AT_LEAST_HP_C_VERSION(6,10) /* - * Compiler with support for it, or GCC 2.3 and later, or IBM XL C 10.1 + * Compiler with support for it, or GCC 2.3 and later, or some compiler + * asserting compatibility with GCC 2.3 and later, or IBM XL C 10.1 * and later (do any earlier versions of XL C support this?), * or HP aCC A.06.10 and later. */