diff options
| author | Martin Lindhe <martin-commit@ubique.se> | 2017-11-21 15:33:45 +0100 |
|---|---|---|
| committer | Martin Lindhe <martin-commit@ubique.se> | 2017-11-21 15:33:45 +0100 |
| commit | ece9a57d1b6e10ef2ad1dffd19fd6033cdc760ee (patch) | |
| tree | 9c6d182d6229e4c1fd08fc5064a17e63bad89d89 /src/libbacktrace | |
| parent | ebda7662dbb79ab0a9feb79d367d0818c23ff1dc (diff) | |
| download | rust-ece9a57d1b6e10ef2ad1dffd19fd6033cdc760ee.tar.gz rust-ece9a57d1b6e10ef2ad1dffd19fd6033cdc760ee.zip | |
fix some typos
Diffstat (limited to 'src/libbacktrace')
| -rwxr-xr-x | src/libbacktrace/configure | 2 | ||||
| -rw-r--r-- | src/libbacktrace/ltmain.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/libbacktrace/configure b/src/libbacktrace/configure index 873220794bd..8bdb29d2560 100755 --- a/src/libbacktrace/configure +++ b/src/libbacktrace/configure @@ -14584,7 +14584,7 @@ func_basename () # to NONDIR_REPLACEMENT. # value returned in "$func_dirname_result" # basename: Compute filename of FILE. -# value retuned in "$func_basename_result" +# value returned in "$func_basename_result" # Implementation must be kept synchronized with func_dirname # and func_basename. For efficiency, we do not delegate to # those functions but instead duplicate the functionality here. diff --git a/src/libbacktrace/ltmain.sh b/src/libbacktrace/ltmain.sh index eaef55a5933..eff9e62be8a 100644 --- a/src/libbacktrace/ltmain.sh +++ b/src/libbacktrace/ltmain.sh @@ -177,7 +177,7 @@ basename="s,^.*/,," # to NONDIR_REPLACEMENT. # value returned in "$func_dirname_result" # basename: Compute filename of FILE. -# value retuned in "$func_basename_result" +# value returned in "$func_basename_result" # Implementation must be kept synchronized with func_dirname # and func_basename. For efficiency, we do not delegate to # those functions but instead duplicate the functionality here. |
