[llvm] r217520 - LangRef: @baz should be @bar in the COMDAT example

Hans Wennborg hans at hanshq.net
Wed Sep 10 10:05:08 PDT 2014


Author: hans
Date: Wed Sep 10 12:05:08 2014
New Revision: 217520

URL: http://llvm.org/viewvc/llvm-project?rev=217520&view=rev
Log:
LangRef: @baz should be @bar in the COMDAT example

Modified:
    llvm/trunk/docs/LangRef.rst

Modified: llvm/trunk/docs/LangRef.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.rst?rev=217520&r1=217519&r2=217520&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Wed Sep 10 12:05:08 2014
@@ -783,7 +783,7 @@ In a COFF object file, this will create
 ``IMAGE_COMDAT_SELECT_LARGEST`` containing the contents of the ``@foo`` symbol
 and another COMDAT section with selection kind
 ``IMAGE_COMDAT_SELECT_ASSOCIATIVE`` which is associated with the first COMDAT
-section and contains the contents of the ``@baz`` symbol.
+section and contains the contents of the ``@bar`` symbol.
 
 There are some restrictions on the properties of the global object.
 It, or an alias to it, must have the same name as the COMDAT group when





More information about the llvm-commits mailing list