s/restrict/describe/
authorRafael Espindola <rafael.espindola@gmail.com>
Sun, 25 Mar 2012 11:14:35 +0000 (11:14 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Sun, 25 Mar 2012 11:14:35 +0000 (11:14 +0000)
Thanks Duncan.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153411 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 961a5f6a703d9cb9dd12efd3960ab4ce8f53b163..23e31b7d67f94126187e465e2f8e41f7d939a0bb 100644 (file)
@@ -290,7 +290,7 @@ Release Notes</a>.</h1>
     <li>IR support for vectors of pointers, including vector GEPs.</li>
     <li>Module flags have been introduced. They convey information about the
         module as a whole to LLVM subsystems.</li>
-    <li>Loads can now have range metadata attached to them to restrict the
+    <li>Loads can now have range metadata attached to them to describe the
         possible values being loaded.</li>
     <li>....</li>
   </ul>