[llvm-commits] [lld] r152674 - in /lld/trunk/www: index.html linker_design.html

Nick Kledzik kledzik at apple.com
Tue Mar 13 14:52:55 PDT 2012


Author: kledzik
Date: Tue Mar 13 16:52:55 2012
New Revision: 152674

URL: http://llvm.org/viewvc/llvm-project?rev=152674&view=rev
Log:
fix typos

Modified:
    lld/trunk/www/index.html
    lld/trunk/www/linker_design.html

Modified: lld/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/www/index.html?rev=152674&r1=152673&r2=152674&view=diff
==============================================================================
--- lld/trunk/www/index.html (original)
+++ lld/trunk/www/index.html Tue Mar 13 16:52:55 2012
@@ -4,7 +4,7 @@
 <html>
 <head>
   <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-  <title>lld: a linker for LLMV</title>
+  <title>lld: a linker for LLVM</title>
   <link type="text/css" rel="stylesheet" href="menu.css">
   <link type="text/css" rel="stylesheet" href="content.css">
 </head>

Modified: lld/trunk/www/linker_design.html
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/www/linker_design.html?rev=152674&r1=152673&r2=152674&view=diff
==============================================================================
--- lld/trunk/www/linker_design.html (original)
+++ lld/trunk/www/linker_design.html Tue Mar 13 16:52:55 2012
@@ -200,7 +200,7 @@
 <h2>
   <a name="lld::File representations">lld::File representations</a>
 </h2>
-<p>Just as LLMV has three representations of its IR model, lld has three
+<p>Just as LLVM has three representations of its IR model, lld has three
 representations of its File/Atom/Reference model: 
 <ul>
 	<li>In memory, abstract C++ classes 





More information about the llvm-commits mailing list