ReleaseNotes: fix typo, reported by Eugene
authorHans Wennborg <hans@hanshq.net>
Tue, 16 Feb 2016 17:38:25 +0000 (17:38 +0000)
committerHans Wennborg <hans@hanshq.net>
Tue, 16 Feb 2016 17:38:25 +0000 (17:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_38@260985 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index 7b284d59656ba80bd92d3cbe9607b606ffaa317a..1455d12a8800ec3da8adfce6e4f1d7edd4f15333 100644 (file)
@@ -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.