From baf8c08693d2086cd8e45b31645812b51984b926 Mon Sep 17 00:00:00 2001 From: Alp Toker Date: Fri, 20 Dec 2013 00:33:39 +0000 Subject: Fix documentation typos git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197757 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/TableGenFundamentals.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/TableGenFundamentals.rst') diff --git a/docs/TableGenFundamentals.rst b/docs/TableGenFundamentals.rst index 4fe4bb986a..a28026f784 100644 --- a/docs/TableGenFundamentals.rst +++ b/docs/TableGenFundamentals.rst @@ -601,7 +601,7 @@ the classes multiple times yourself, e.g. by writing: ... A ``defm`` can also be used inside a multiclass providing several levels of -multiclass instanciations. +multiclass instantiations. .. code-block:: llvm @@ -727,7 +727,7 @@ opened, as in the case with the ``CALL*`` instructions above. It's also possible to use "let" expressions inside multiclasses, providing more ways to factor out commonality from the records, specially if using several -levels of multiclass instanciations. This also avoids the need of using "let" +levels of multiclass instantiations. This also avoids the need of using "let" expressions within subsequent records inside a multiclass. .. code-block:: llvm -- cgit v1.2.3