diff --git a/llvm/docs/PDB/index.rst b/llvm/docs/PDB/index.rst --- a/llvm/docs/PDB/index.rst +++ b/llvm/docs/PDB/index.rst @@ -120,7 +120,7 @@ | Public Stream | - Contained in DBI Stream | - Public (Exported) Symbol Records | | | | - Index of Public Hash Stream | +--------------------+------------------------------+-------------------------------------------+ -| Global Stream | - Contained in DBI Stream | - Single combined master symbol-table | +| Global Stream | - Contained in DBI Stream | - Single combined symbol-table | | | | - Index of Global Hash Stream | +--------------------+------------------------------+-------------------------------------------+ | TPI Hash Stream | - Contained in TPI Stream | - Hash table for looking up TPI records | diff --git a/llvm/docs/Projects.rst b/llvm/docs/Projects.rst --- a/llvm/docs/Projects.rst +++ b/llvm/docs/Projects.rst @@ -227,7 +227,7 @@ the location of additional directories to search for header files. It is highly suggested that you append to ``CFLAGS`` and ``CPPFLAGS`` as - opposed to overwriting them. The master ``Makefiles`` may already have + opposed to overwriting them. The LLVM ``Makefiles`` may already have useful options in them that you may not want to overwrite. Placement of Object Code diff --git a/llvm/docs/TableGen/ProgRef.rst b/llvm/docs/TableGen/ProgRef.rst --- a/llvm/docs/TableGen/ProgRef.rst +++ b/llvm/docs/TableGen/ProgRef.rst @@ -1398,7 +1398,7 @@ 5. Make a pass over all the fields to resolve any inter-field references. -6. Add the record to the master record list. +6. Add the record to the final record list. Because references between fields are resolved (step 5) after ``let`` bindings are applied (step 3), the ``let`` statement has unusual power. For example: