summaryrefslogtreecommitdiff
path: root/docs/TableGenFundamentals.html
diff options
context:
space:
mode:
authorMatthijs Kooijman <matthijs@stdin.nl>2008-10-20 08:45:34 +0000
committerMatthijs Kooijman <matthijs@stdin.nl>2008-10-20 08:45:34 +0000
commit94199dad1e4f4f67323a983a8d100c27102b4391 (patch)
tree25ab4652a0ac8f4e44c5070d483e28f0ca86ccaa /docs/TableGenFundamentals.html
parenta1dc6025422cd0e6f951c69a8427f7f885cf52c3 (diff)
downloadllvm-94199dad1e4f4f67323a983a8d100c27102b4391.tar.gz
llvm-94199dad1e4f4f67323a983a8d100c27102b4391.tar.bz2
llvm-94199dad1e4f4f67323a983a8d100c27102b4391.tar.xz
Fix spelling error.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57820 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/TableGenFundamentals.html')
-rw-r--r--docs/TableGenFundamentals.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/TableGenFundamentals.html b/docs/TableGenFundamentals.html
index a89e60dba9..48087274a1 100644
--- a/docs/TableGenFundamentals.html
+++ b/docs/TableGenFundamentals.html
@@ -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">