[llvm-commits] [llvm] r57820 - /llvm/trunk/docs/TableGenFundamentals.html
Matthijs Kooijman
matthijs at stdin.nl
Mon Oct 20 01:45:35 PDT 2008
Author: matthijs
Date: Mon Oct 20 03:45:34 2008
New Revision: 57820
URL: http://llvm.org/viewvc/llvm-project?rev=57820&view=rev
Log:
Fix spelling error.
Modified:
llvm/trunk/docs/TableGenFundamentals.html
Modified: llvm/trunk/docs/TableGenFundamentals.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/TableGenFundamentals.html?rev=57820&r1=57819&r2=57820&view=diff
==============================================================================
--- llvm/trunk/docs/TableGenFundamentals.html (original)
+++ llvm/trunk/docs/TableGenFundamentals.html Mon Oct 20 03:45:34 2008
@@ -694,7 +694,7 @@
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">
More information about the llvm-commits
mailing list