]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Correct func_split_short_opt comment cut-n-pasto.
authorGary V. Vaughan <gary@gnu.org>
Tue, 29 Jun 2010 09:32:46 +0000 (16:32 +0700)
committerGary V. Vaughan <gary@gnu.org>
Tue, 29 Jun 2010 09:32:46 +0000 (16:32 +0700)
* libtool/config/getopt.m4sh (func_split_short_opt): Fix
the function comment.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
ChangeLog
libltdl/config/getopt.m4sh

index 0a09fae2c94c0bdfddd694280ad0d5476c2196f6..8e075adc5f069c5a880f87d178b1e21f9325e2ba 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2010-06-29  Gary V. Vaughan  <gary@gnu.org>
 
+       Correct func_split_short_opt comment cut-n-pasto.
+       * libtool/config/getopt.m4sh (func_split_short_opt): Fix
+       the function comment.
+
        Use a real XSI compliant func_split_short_opt substitution.
        * libtool/m4/libtool.m4 (_LT_CHECK_SHELL_FEATURES): Remove
        test ${foo:n:m} substrings, instead adding a ${foo%??} check
index b3bf73882973a7b52d895adcbc029773001f1866..e9da56f252b468193db8664ab31f0793b1fa0773 100644 (file)
@@ -620,7 +620,7 @@ func_missing_arg ()
 
 # func_split_short_opt shortopt
 # Set func_split_short_opt_name and func_split_short_opt_arg shell
-# variables after splitting SHORTOPT at the `=' sign.
+# variables after splitting SHORTOPT after the 2nd character.
 func_split_short_opt ()
 {
     my_sed_short_opt='1s/^\(..\).*$/\1/;q'