From: Reid Spencer Date: Wed, 9 Aug 2006 19:40:13 +0000 (+0000) Subject: Fix a comment. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a7465cafebda1ad8e0a1c280a294b13d5d9c9740;p=oota-llvm.git Fix a comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29590 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/findsym.pl b/utils/findsym.pl index 31dd8b2f1f9..92346572fe0 100755 --- a/utils/findsym.pl +++ b/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 +# Syntax: findsym.pl # # 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;