]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
doc/style: Fix macro name typo
authorMichael Altizer <mialtize@cisco.com>
Thu, 8 Dec 2016 18:47:44 +0000 (13:47 -0500)
committerMichael Altizer <mialtize@cisco.com>
Thu, 8 Dec 2016 18:47:44 +0000 (13:47 -0500)
doc/style.txt

index b5542a777698a7af51cfba13da491e11459f1cc5..96ee6aba88757174905e53a5d8f64dd29402f053 100644 (file)
@@ -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