]> 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]>
Fri, 13 Oct 2023 10:07:10 +0000 (12:07 +0200)
(cherry picked from commit d6734adaa3aba89bf73eec03837b41aa064c8fb5)

[skip ci]

CMakeLists.txt

index 0981081536e51aa67bc5f532025610393614cb5a..996966b28e238c162db552014106086be595f905 100644 (file)
@@ -1009,7 +1009,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