]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Fix a comment. [skip ci]
authorGuy Harris <[email protected]>
Wed, 11 Aug 2021 08:28:42 +0000 (01:28 -0700)
committerGuy Harris <[email protected]>
Sun, 17 Jul 2022 02:56:40 +0000 (19:56 -0700)
(cherry picked from commit b3626b4c729ddb81b43ef58bee5d324b94f8908a)

funcattrs.h

index 12c8cb12bcc0363b4a96b8647a5ab83ad26bca92..073a432bb7d909fcf376197c31e5d2112271f2aa 100644 (file)
     || 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.
    */