[llvm-branch-commits] [llvm-branch] r260985 - ReleaseNotes: fix typo, reported by Eugene

Hans Wennborg via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Feb 16 09:38:25 PST 2016


Author: hans
Date: Tue Feb 16 11:38:25 2016
New Revision: 260985

URL: http://llvm.org/viewvc/llvm-project?rev=260985&view=rev
Log:
ReleaseNotes: fix typo, reported by Eugene

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

Modified: llvm/branches/release_38/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_38/docs/ReleaseNotes.rst?rev=260985&r1=260984&r2=260985&view=diff
==============================================================================
--- llvm/branches/release_38/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_38/docs/ReleaseNotes.rst Tue Feb 16 11:38:25 2016
@@ -115,7 +115,7 @@ Changes to the ARM Backends
 During this release the AArch64 target has:
 
 * Added support for more sanitizers (MSAN, TSAN) and made them compatible with
-  all VMA kernel configurations (kurrently tested on 39 and 42 bits).
+  all VMA kernel configurations (currently tested on 39 and 42 bits).
 * Gained initial LLD support in the new ELF back-end
 * Extended the Load/Store optimiser and cleaned up some of the bad decisions
   made earlier.




More information about the llvm-branch-commits mailing list