From 2f0ccb58686f9e75c05754be5f35ba64d1c19f27 Mon Sep 17 00:00:00 2001 From: Hal Finkel Date: Mon, 23 Feb 2015 23:47:03 +0000 Subject: [PATCH] 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 --- docs/ReleaseNotes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1