]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
libtool: fix spelling nit
authorPeter Rosin <peda@lysator.liu.se>
Thu, 18 Oct 2012 12:27:10 +0000 (14:27 +0200)
committerPeter Rosin <peda@lysator.liu.se>
Thu, 18 Oct 2012 12:27:10 +0000 (14:27 +0200)
* build-aux/ltmain.in (func_generate_dlsyms): Fix spelling nit.
* libltdl/libltdl/lt_system.h: Likewise.
* m4/libtool.m4 (_LT_CMD_GLOBAL_SYMBOLS): Likewise.

Signed-off-by: Peter Rosin <peda@lysator.liu.se>
build-aux/ltmain.in
libltdl/libltdl/lt_system.h
m4/libtool.m4

index 7ea29956df766ac61559066eeab698f2ced2ff1c..e48e45fdaa20adf2fcf0c19ae5e45fbcf91bed9a 100644 (file)
@@ -2652,7 +2652,7 @@ extern \"C\" {
 
 /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests.  */
 #if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE
-/* DATA imports from DLLs on WIN32 con't be const, because runtime
+/* DATA imports from DLLs on WIN32 can't be const, because runtime
    relocations are performed -- see ld's documentation on pseudo-relocs.  */
 # define LT_DLSYM_CONST
 #elif defined __osf__
index 1a0de989589791e0a873021b557bdb1fa280ec38..f8aa732276580ffe091721b3ad30ad8ec8c6f662 100644 (file)
@@ -78,7 +78,7 @@ or obtained by writing to the Free Software Foundation, Inc.,
 
 /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests.  */
 #if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE
-/* DATA imports from DLLs on WIN32 con't be const, because runtime
+/* DATA imports from DLLs on WIN32 can't be const, because runtime
    relocations are performed -- see ld's documentation on pseudo-relocs.  */
 # define LT_DLSYM_CONST
 #elif defined __osf__
index c234f162c3ba69fd1183ba8bee05db020e5d7b08..2dac8a13d6fea4763400c4cf909376a37ec71f25 100644 (file)
@@ -3730,7 +3730,7 @@ _LT_EOF
          cat <<_LT_EOF > conftest.$ac_ext
 /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests.  */
 #if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE
-/* DATA imports from DLLs on WIN32 con't be const, because runtime
+/* DATA imports from DLLs on WIN32 can't be const, because runtime
    relocations are performed -- see ld's documentation on pseudo-relocs.  */
 # define LT@&t@_DLSYM_CONST
 #elif defined __osf__