aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Ovsienko <denis@ovsienko.info>2022-09-27 23:10:31 +0100
committerGuy Harris <gharris@sonic.net>2022-10-06 01:53:38 -0700
commit3c53189e7585e73c996455e887fb5fda0c86a92a (patch)
treec8f23ed408e70bf1254e5cb33e879d35b247710e
parent63d4ed9b90e777a60941934438b3ae7c92e02fef (diff)
downloadlibpcap-3c53189e7585e73c996455e887fb5fda0c86a92a.tar.gz
Fixup some recent comments. [skip ci]
(cherry picked from commit e24dd067a29505dd8b7fcf7eeeb4db259b52898a)
-rw-r--r--CMakeLists.txt4
-rw-r--r--aclocal.m44
-rwxr-xr-xconfigure8
-rw-r--r--configure.ac4
4 files changed, 10 insertions, 10 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7c1c303b..146232f4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2929,7 +2929,7 @@ if(NOT MSVC)
set(libdir "\${exec_prefix}/${CMAKE_INSTALL_LIBDIR}")
#
- # If this is a platform wherw we need to have the .pc file and
+ # If this is a platform where we need to have the .pc file and
# pcap-config script supply an rpath option to specify the directory
# in which the libpcap shared library is installed, and the install
# prefix /usr (meaning we're not installing a system library),
@@ -2945,7 +2945,7 @@ if(NOT MSVC)
# In AIX, do we have to do this?
#
# In Darwin-based OSes, the full paths of the shared libraries with
- # which the program was linked are stored in the executable, so we
+ # that 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
diff --git a/aclocal.m4 b/aclocal.m4
index 95b1c8b1..93e56b8b 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -472,7 +472,7 @@ AC_DEFUN(AC_LBL_SHLIBS_INIT,
#
# Platforms where the C compiler is GCC or accepts
# compatible command-line arguments, and the linker
- # is the GNU linker or acceptscompatible command-line
+ # is the GNU linker or accepts compatible command-line
# arguments.
#
# Some instruction sets require -fPIC on some
@@ -555,7 +555,7 @@ AC_DEFUN(AC_LBL_SHLIBS_INIT,
#
# Platforms where the C compiler is GCC or accepts
# compatible command-line arguments, and the linker
- # is the GNU linker or acceptscompatible command-line
+ # is the GNU linker or accepts compatible command-line
# arguments.
#
# XXX - does 64-bit SPARC require -fPIC?
diff --git a/configure b/configure
index 503c86ee..06913856 100755
--- a/configure
+++ b/configure
@@ -5243,7 +5243,7 @@ $as_echo "#define const /**/" >>confdefs.h
#
# Platforms where the C compiler is GCC or accepts
# compatible command-line arguments, and the linker
- # is the GNU linker or acceptscompatible command-line
+ # is the GNU linker or accepts compatible command-line
# arguments.
#
# Some instruction sets require -fPIC on some
@@ -5326,7 +5326,7 @@ $as_echo "#define const /**/" >>confdefs.h
#
# Platforms where the C compiler is GCC or accepts
# compatible command-line arguments, and the linker
- # is the GNU linker or acceptscompatible command-line
+ # is the GNU linker or accepts compatible command-line
# arguments.
#
# XXX - does 64-bit SPARC require -fPIC?
@@ -13399,7 +13399,7 @@ $as_echo "#define PCAP_SUPPORT_RDMASNIFF /**/" >>confdefs.h
fi
#
-# If this is a platform wherw we need to have the .pc file and
+# If this is a platform where we need to have the .pc file and
# pcap-config script supply an rpath option to specify the directory
# in which the libpcap shared library is installed, and the install
# prefix /usr (meaning we're not installing a system library), provide
@@ -13414,7 +13414,7 @@ fi
# In AIX, do we have to do this?
#
# In Darwin-based OSes, the full paths of the shared libraries with
-# which the program was linked are stored in the executable, so we don't
+# that 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 default,
diff --git a/configure.ac b/configure.ac
index 56441dc5..fc7822d7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2998,7 +2998,7 @@ if test "x$enable_rdma" != "xno"; then
fi
#
-# If this is a platform wherw we need to have the .pc file and
+# If this is a platform where we need to have the .pc file and
# pcap-config script supply an rpath option to specify the directory
# in which the libpcap shared library is installed, and the install
# prefix /usr (meaning we're not installing a system library), provide
@@ -3013,7 +3013,7 @@ fi
# In AIX, do we have to do this?
#
# In Darwin-based OSes, the full paths of the shared libraries with
-# which the program was linked are stored in the executable, so we don't
+# that 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 default,