[PATCH] D88139: [docs][llvm] Fix typos

Paul C. Anagnostopoulos via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 23 07:20:08 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG270d334a665f: [docs][llvm] Fix typos (authored by SuJunda, committed by Paul-C-Anagnostopoulos).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88139/new/

https://reviews.llvm.org/D88139

Files:
  llvm/docs/TableGen/BackGuide.rst


Index: llvm/docs/TableGen/BackGuide.rst
===================================================================
--- llvm/docs/TableGen/BackGuide.rst
+++ llvm/docs/TableGen/BackGuide.rst
@@ -90,7 +90,7 @@
 superclasses of the record.
 
 The record name is stored as a pointer to an ``Init`` (see `Init`_), which
-is a class whose instances hold TableGen values (sometimes refered to as
+is a class whose instances hold TableGen values (sometimes referred to as
 *initializers*). The field names and values are stored in a vector of
 ``RecordVal`` instances (see `RecordVal`_), each of which contains both the
 field name and its value. The superclass vector contains a sequence of
@@ -343,7 +343,7 @@
 represent arbitrary-length strings produced from ``code`` literals in the
 TableGen files. It includes a data member that contains a ``StringRef`` of
 the value. It also includes a data member specifying the source code
-location of the code stirng.
+location of the code string.
 
 The class provides the usual ``get()`` and ``getValue()`` functions. The
 latter function returns the ``StringRef``.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88139.293727.patch
Type: text/x-patch
Size: 1097 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200923/fad0e084/attachment.bin>


More information about the llvm-commits mailing list