[llvm-branch-commits] [llvm-branch] r339718 - [ReleaseNotes] Fix a typo

Krzysztof Parzyszek via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Aug 14 12:42:19 PDT 2018


Author: kparzysz
Date: Tue Aug 14 12:42:19 2018
New Revision: 339718

URL: http://llvm.org/viewvc/llvm-project?rev=339718&view=rev
Log:
[ReleaseNotes] Fix a typo

Modified:
    llvm/branches/release_70/docs/ReleaseNotes.rst

Modified: llvm/branches/release_70/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_70/docs/ReleaseNotes.rst?rev=339718&r1=339717&r2=339718&view=diff
==============================================================================
--- llvm/branches/release_70/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_70/docs/ReleaseNotes.rst Tue Aug 14 12:42:19 2018
@@ -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}``.
 




More information about the llvm-branch-commits mailing list