diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-08-07 23:44:59 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-08-07 23:44:59 +0000 |
commit | 325c0cafc25a69aa3a5e29ad6ba47a1339be73cc (patch) | |
tree | 0141e221739fce6f4eb48cefb874994291838ecc | |
parent | 3c36b702f429c67a8fb1aa0d0a995bf10b600a85 (diff) | |
download | bcm5719-llvm-325c0cafc25a69aa3a5e29ad6ba47a1339be73cc.tar.gz bcm5719-llvm-325c0cafc25a69aa3a5e29ad6ba47a1339be73cc.zip |
Fix an anchor name.
llvm-svn: 29557
-rw-r--r-- | llvm/docs/MakefileGuide.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/MakefileGuide.html b/llvm/docs/MakefileGuide.html index a1aa934fb82..b1398bb8b17 100644 --- a/llvm/docs/MakefileGuide.html +++ b/llvm/docs/MakefileGuide.html @@ -282,7 +282,7 @@ <!-- ======================================================================= --> <div class="doc_subsubsection"> - <a name="LodableModules">Loadable Modules</a> + <a name="LoadableModules">Loadable Modules</a> </div> <div class="doc_text"> <p>In some situations, you need to create a loadable module. Loadable modules |