From 94199dad1e4f4f67323a983a8d100c27102b4391 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Mon, 20 Oct 2008 08:45:34 +0000 Subject: [PATCH] Fix spelling error. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57820 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/TableGenFundamentals.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/TableGenFundamentals.html b/docs/TableGenFundamentals.html index a89e60dba9a..48087274a17 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.

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: