diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2006-08-09 19:40:13 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2006-08-09 19:40:13 +0000 |
| commit | 6ea83217ad522dbc2189753f4e384c858705b0bf (patch) | |
| tree | 4c7452e425a7015863d4bf01cdc4eacf0bf2bfb7 | |
| parent | 1c41fc9b066718b85eb2b9efeaccd2510de67042 (diff) | |
| download | bcm5719-llvm-6ea83217ad522dbc2189753f4e384c858705b0bf.tar.gz bcm5719-llvm-6ea83217ad522dbc2189753f4e384c858705b0bf.zip | |
Fix a comment.
llvm-svn: 29590
| -rwxr-xr-x | llvm/utils/findsym.pl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/utils/findsym.pl b/llvm/utils/findsym.pl index 31dd8b2f1f9..92346572fe0 100755 --- a/llvm/utils/findsym.pl +++ b/llvm/utils/findsym.pl @@ -5,14 +5,13 @@ # Synopsis: Generate a list of the libraries in which a symbol is defined or # referenced. # -# Syntax: GenLibDeps.pl <directory_with_libraries_in_it> <symbol> +# Syntax: findsym.pl <directory_with_libraries_in_it> <symbol> # # Give first option a name. my $Directory = $ARGV[0]; my $Symbol = $ARGV[1]; - # Open the directory and read its contents, sorting by name and differentiating # by whether its a library (.a) or an object file (.o) opendir DIR,$Directory; |

