From: Michael Altizer Date: Thu, 8 Dec 2016 18:47:44 +0000 (-0500) Subject: doc/style: Fix macro name typo X-Git-Tag: 3.0.0-233~152 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a150b74151bbf6a35beb3cd7730ebd9d043026f2;p=thirdparty%2Fsnort3.git doc/style: Fix macro name typo --- diff --git a/doc/style.txt b/doc/style.txt index b5542a777..96ee6aba8 100644 --- a/doc/style.txt +++ b/doc/style.txt @@ -304,7 +304,7 @@ yet firm so feedback is welcome to get something we can live with. -Wno-deprecated-declarations -fsanitize=address -fno-omit-frame-pointer -* Two macros (PADDING_GUARD_START and PADDING_GUARD_END) are provided by +* Two macros (PADDING_GUARD_BEGIN and PADDING_GUARD_END) are provided by utils/cpp_macros.h. These should be used to surround any structure used as a hash key with a raw comparator or that would otherwise suffer from unintentional padding. A compiler warning will be generated if any structure