diff options
author | Alp Toker <alp@nuanti.com> | 2013-12-20 00:33:39 +0000 |
---|---|---|
committer | Alp Toker <alp@nuanti.com> | 2013-12-20 00:33:39 +0000 |
commit | 171b0c36a3e8debc5c24a9f7dab8427b8ef1cd2e (patch) | |
tree | d6f06684522134755f17b3c566f6c6becc9e169d /llvm/docs/TableGenFundamentals.rst | |
parent | 514102d24f36a8afca9c8fceff56660cd4bd42e8 (diff) | |
download | bcm5719-llvm-171b0c36a3e8debc5c24a9f7dab8427b8ef1cd2e.tar.gz bcm5719-llvm-171b0c36a3e8debc5c24a9f7dab8427b8ef1cd2e.zip |
Fix documentation typos
llvm-svn: 197757
Diffstat (limited to 'llvm/docs/TableGenFundamentals.rst')
-rw-r--r-- | llvm/docs/TableGenFundamentals.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/TableGenFundamentals.rst b/llvm/docs/TableGenFundamentals.rst index 4fe4bb986a2..a28026f7840 100644 --- a/llvm/docs/TableGenFundamentals.rst +++ b/llvm/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 |