From: Hal Finkel Date: Mon, 23 Feb 2015 23:47:03 +0000 (+0000) Subject: Fix typo in release notes (owns -> own) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f0ccb58686f9e75c05754be5f35ba64d1c19f27;p=llvm Fix typo in release notes (owns -> own) git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_36@230282 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index dcbfb8edb1f..461d95a7b64 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -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