]> granicus.if.org Git - llvm/commitdiff
Fix typo in release notes (owns -> own)
authorHal Finkel <hfinkel@anl.gov>
Mon, 23 Feb 2015 23:47:03 +0000 (23:47 +0000)
committerHal Finkel <hfinkel@anl.gov>
Mon, 23 Feb 2015 23:47:03 +0000 (23:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_36@230282 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index dcbfb8edb1fef277edf1c25bf5129567142d1c29..461d95a7b64e6c178636b2a24b4d5cec353fdef2 100644 (file)
@@ -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