Skip to content

Commit d6734ad

Browse files
committed
Fix a typo in a comment
[skip ci]
1 parent 91977d2 commit d6734ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,7 @@ if(EXISTS ${CMAKE_SOURCE_DIR}/.devel OR EXISTS ${CMAKE_BINARY_DIR}/.devel)
992992
# We do *not* care whether a structure had padding added at
993993
# the end because of __declspec(align) - *we* don't use
994994
# __declspec(align), because the only structures whose layout
995-
# we precisely specify are those that get overlayed on packet
995+
# we precisely specify are those that get overlaid on packet
996996
# data, and in those every element is an array of octets so
997997
# that we have full control over the size and aligmnet, and,
998998
# apparently, jmp_buf has such a declaration on x86, meaning

0 commit comments

Comments
 (0)