summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>2018-08-14 19:42:19 +0000
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>2018-08-14 19:42:19 +0000
commitef7c5cc79d1dcf5575b0cbe915f8c7869940e487 (patch)
treeddfdc64222d4d9826fd342b89c9063f26b8e1deb
parent12eb6bc73a21b9a91b6b5670b13aabbb17ab8281 (diff)
[ReleaseNotes] Fix a typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_70@339718 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 b0588dc28c3..7dce9e2d60d 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -177,7 +177,7 @@ Changes to the Hexagon Target
* Hexagon now supports auto-vectorization for HVX. It is disabled by default
and can be turned on with ``-fvectorize``. For auto-vectorization to take
- effect, code genration for HVX needs to be enabled with ``-mhvx``.
+ effect, code generation for HVX needs to be enabled with ``-mhvx``.
The complete set of options should include ``-fvectorize``, ``-mhvx``,
and ``-mhvx-length={64b|128b}``.