Fix spelling error.
authorMatthijs Kooijman <matthijs@stdin.nl>
Mon, 20 Oct 2008 08:45:34 +0000 (08:45 +0000)
committerMatthijs Kooijman <matthijs@stdin.nl>
Mon, 20 Oct 2008 08:45:34 +0000 (08:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57820 91177308-0d34-0410-b5e6-96231b3b80d8

docs/TableGenFundamentals.html

index a89e60dba9a5d32beb720293f128c7a6774a3532..48087274a17e085e8ca00d85b0aba563b6515e77 100644 (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">