[llvm] r201461 - Fix typo

Nico Rieck nico.rieck at gmail.com
Fri Feb 14 22:02:37 PST 2014


Author: nrieck
Date: Sat Feb 15 00:02:36 2014
New Revision: 201461

URL: http://llvm.org/viewvc/llvm-project?rev=201461&view=rev
Log:
Fix typo

Modified:
    llvm/trunk/docs/Extensions.rst

Modified: llvm/trunk/docs/Extensions.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/Extensions.rst?rev=201461&r1=201460&r2=201461&view=diff
==============================================================================
--- llvm/trunk/docs/Extensions.rst (original)
+++ llvm/trunk/docs/Extensions.rst Sat Feb 15 00:02:36 2014
@@ -144,8 +144,8 @@ MC supports passing the information in `
   .long 1
 
 Note that in the combined form the COMDAT symbol is explicit. This
-extension exits to support multiple sections with the same name in
-different comdats:
+extension exists to support multiple sections with the same name in
+different COMDATs:
 
 
 .. code-block:: gas





More information about the llvm-commits mailing list