[llvm-branch-commits] [llvm-branch] r226213 - Fix nit from review of metadata release notes.

Duncan P. N. Exon Smith dexonsmith at apple.com
Thu Jan 15 13:42:36 PST 2015


Author: dexonsmith
Date: Thu Jan 15 15:42:35 2015
New Revision: 226213

URL: http://llvm.org/viewvc/llvm-project?rev=226213&view=rev
Log:
Fix nit from review of metadata release notes.

Somehow I missed this review comment until now...


Modified:
    llvm/branches/release_36/docs/ReleaseNotes.rst

Modified: llvm/branches/release_36/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_36/docs/ReleaseNotes.rst?rev=226213&r1=226212&r2=226213&view=diff
==============================================================================
--- llvm/branches/release_36/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_36/docs/ReleaseNotes.rst Thu Jan 15 15:42:35 2015
@@ -141,7 +141,7 @@ The following old IR:
     !1 = metadata !{metadata !2, null, metadata !"other", i32* @global, i32 7}
     !2 = metadata !{}
 
-is should now be written as:
+should now be written as:
 
 .. code-block:: llvm
 





More information about the llvm-branch-commits mailing list