[llvm-commits] [llvm] r62319 - /llvm/trunk/docs/LangRef.html

Duncan Sands baldrick at free.fr
Fri Jan 16 01:29:50 PST 2009


Author: baldrick
Date: Fri Jan 16 03:29:46 2009
New Revision: 62319

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

Modified:
    llvm/trunk/docs/LangRef.html

Modified: llvm/trunk/docs/LangRef.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.html?rev=62319&r1=62318&r2=62319&view=diff

==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Fri Jan 16 03:29:46 2009
@@ -492,7 +492,7 @@
 
   <dt><tt><b><a name="linkage_internal">internal</a></b></tt>: </dt>
 
-  <dd> Similar to private, but the value show as a local symbol (STB_LOCAL in
+  <dd> Similar to private, but the value shows as a local symbol (STB_LOCAL in
   the case of ELF) in the object file. This corresponds to the notion of the
   '<tt>static</tt>' keyword in C.
   </dd>





More information about the llvm-commits mailing list