summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2022-09-27 20:07:03 -0700
committerGuy Harris <gharris@sonic.net>2022-09-27 20:07:03 -0700
commite5dc7bde63889430f06cfa01c08f2149698f8e32 (patch)
treea79f20743438dd9fee91b3a9c4e1a13071c88702 /CMakeLists.txt
parente24dd067a29505dd8b7fcf7eeeb4db259b52898a (diff)
downloadlibpcap-e5dc7bde63889430f06cfa01c08f2149698f8e32.tar.gz
cmake: fix a comment. [skip ci]
"the XXX with that the program was linked" isn't correct; it should be "the XXX with which the program was linked".
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 851e68d0..4170759d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2947,7 +2947,7 @@ if(NOT MSVC)
# In AIX, do we have to do this?
#
# In Darwin-based OSes, the full paths of the shared libraries with
- # that the program was linked are stored in the executable, so we
+ # which the program was linked are stored in the executable, so we
# don't need to provide an rpath option.
#
# With the HP-UX linker, directories specified with -L are, by