We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91977d2 commit d6734adCopy full SHA for d6734ad
CMakeLists.txt
@@ -992,7 +992,7 @@ if(EXISTS ${CMAKE_SOURCE_DIR}/.devel OR EXISTS ${CMAKE_BINARY_DIR}/.devel)
992
# We do *not* care whether a structure had padding added at
993
# the end because of __declspec(align) - *we* don't use
994
# __declspec(align), because the only structures whose layout
995
- # we precisely specify are those that get overlayed on packet
+ # we precisely specify are those that get overlaid on packet
996
# data, and in those every element is an array of octets so
997
# that we have full control over the size and aligmnet, and,
998
# apparently, jmp_buf has such a declaration on x86, meaning
0 commit comments