[llvm-branch-commits] [llvm-branch] r230282 - Fix typo in release notes (owns -> own)
Hal Finkel
hfinkel at anl.gov
Mon Feb 23 15:47:38 PST 2015
Author: hfinkel
Date: Mon Feb 23 17:47:03 2015
New Revision: 230282
URL: http://llvm.org/viewvc/llvm-project?rev=230282&view=rev
Log:
Fix typo in release notes (owns -> own)
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=230282&r1=230281&r2=230282&view=diff
==============================================================================
--- llvm/branches/release_36/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_36/docs/ReleaseNotes.rst Mon Feb 23 17:47:03 2015
@@ -296,7 +296,7 @@ The old JIT has been removed
All users should transition to MCJIT.
-object::Binary doesn't owns the file buffer
+object::Binary doesn't own the file buffer
-------------------------------------------
It is now just a wrapper, which simplifies using object::Binary with other
More information about the llvm-branch-commits
mailing list