Fix spelling error.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57820 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Matthijs Kooijman 2008-10-20 08:45:34 +00:00
parent a1dc602542
commit 94199dad1e

View File

@ -694,7 +694,7 @@ File-scope let expressions are really just another way that TableGen allows the
end-user to factor out commonality from the records.</p>
<p>File-scope "let" expressions take a comma-separated list of bindings to
apply, and one of more records to bind the values in. Here are some
apply, and one or more records to bind the values in. Here are some
examples:</p>
<div class="doc_code">