Typo.
authorJakub Staszak <kubastaszak@gmail.com>
Mon, 29 Oct 2012 21:49:46 +0000 (21:49 +0000)
committerJakub Staszak <kubastaszak@gmail.com>
Mon, 29 Oct 2012 21:49:46 +0000 (21:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166969 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index fa986a855103fb745319c81e61f5ec718532cd55..a10f541ce73e549397f595bdc2d8fe84cfc453fa 100644 (file)
@@ -471,7 +471,7 @@ Release Notes</a>.</h1>
     can be enabled using the <b>-mllvm -vectorize-loops</b> flag.
     The SIMD vector width can be specified using the flag
     <b>-mllvm -force-vector-width=4</b>.
-    The defaule value is <b>0</b> which means auto-select.
+    The default value is <b>0</b> which means auto-select.
     <br/>
     We can now vectorize this code: