summaryrefslogtreecommitdiff
path: root/utils/GenLibDeps.pl
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2011-03-31 00:23:57 +0000
committerNick Lewycky <nicholas@mxc.ca>2011-03-31 00:23:57 +0000
commit9cdf388d2611898b1986cc5e5da91a2f7033a2a0 (patch)
tree1479cd7ab8d6df37dd659530e003dafb5f874d29 /utils/GenLibDeps.pl
parentbbe7c653904a8a62e1549e76708491553188a97a (diff)
downloadllvm-9cdf388d2611898b1986cc5e5da91a2f7033a2a0.tar.gz
llvm-9cdf388d2611898b1986cc5e5da91a2f7033a2a0.tar.bz2
llvm-9cdf388d2611898b1986cc5e5da91a2f7033a2a0.tar.xz
Fix typo in generated HTML.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128594 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/GenLibDeps.pl')
-rwxr-xr-xutils/GenLibDeps.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/GenLibDeps.pl b/utils/GenLibDeps.pl
index ca852adfcc..0cd9e6ae00 100755
--- a/utils/GenLibDeps.pl
+++ b/utils/GenLibDeps.pl
@@ -202,7 +202,7 @@ sub gen_one_entry {
print "$lib:";
if ($WHY) { print "\n"; }
} else {
- print " <dt><b>$lib</b</dt><dd><ul>\n";
+ print " <dt><b>$lib</b></dt><dd><ul>\n";
}
open UNDEFS,
"$nmPath -u $Directory/$lib | sed -e 's/^[ 0]* U //' | sort | uniq |";