aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHal Finkel <hfinkel@anl.gov>2015-02-23 23:47:03 +0000
committerHal Finkel <hfinkel@anl.gov>2015-02-23 23:47:03 +0000
commit2f0ccb58686f9e75c05754be5f35ba64d1c19f27 (patch)
treed1b0e758482046f62c4014456fd618d065bc9e1e
parentb5171ba2759f7142440ef18fedbf34a7b9b044d5 (diff)
downloadllvm-2f0ccb58686f9e75c05754be5f35ba64d1c19f27.tar.gz
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
-rw-r--r--docs/ReleaseNotes.rst2
1 files changed, 1 insertions, 1 deletions
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