]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Fix a typo in a comment
authorFrancois-Xavier Le Bail <[email protected]>
Sun, 13 Aug 2023 07:57:20 +0000 (09:57 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Sun, 13 Aug 2023 07:59:12 +0000 (09:59 +0200)
[skip ci]

CMakeLists.txt

index 8773d48bef1a543e75e9d9f34664967d062e0d71..bfa9d42cb39a9601ecad9b3d4cfcde910a671202 100644 (file)
@@ -992,7 +992,7 @@ if(EXISTS ${CMAKE_SOURCE_DIR}/.devel OR EXISTS ${CMAKE_BINARY_DIR}/.devel)
         # We do *not* care whether a structure had padding added at
         # the end because of __declspec(align) - *we* don't use
         # __declspec(align), because the only structures whose layout
-        # we precisely specify are those that get overlayed on packet
+        # we precisely specify are those that get overlaid on packet
         # data, and in those every element is an array of octets so
         # that we have full control over the size and aligmnet, and,
         # apparently, jmp_buf has such a declaration on x86, meaning