Fix some typos in the documentation
These were found by the spellchecker.
This commit is contained in:
committed by
Jakob Stoklund Olesen
parent
7e54cdb4f5
commit
a395f01b3e
@@ -882,7 +882,7 @@ Glossary
|
|||||||
- Type and flags of each argument.
|
- Type and flags of each argument.
|
||||||
- Type and flags of each return value.
|
- Type and flags of each return value.
|
||||||
|
|
||||||
Not all function atributes are part of the signature. For example, a
|
Not all function attributes are part of the signature. For example, a
|
||||||
function that never returns could be marked as ``noreturn``, but that
|
function that never returns could be marked as ``noreturn``, but that
|
||||||
is not necessary to know when calling it, so it is just an attribute,
|
is not necessary to know when calling it, so it is just an attribute,
|
||||||
and not part of the signature.
|
and not part of the signature.
|
||||||
|
|||||||
@@ -206,7 +206,7 @@ top-down order, and each value define by the instruction is assigned an
|
|||||||
available register. With this iteration order, every value that is live at an
|
available register. With this iteration order, every value that is live at an
|
||||||
instruction has already been assigned to a register.
|
instruction has already been assigned to a register.
|
||||||
|
|
||||||
This coloring algorith works if the following condition holds:
|
This coloring algorithm works if the following condition holds:
|
||||||
|
|
||||||
At every instruction, consider the values live through the instruction. No
|
At every instruction, consider the values live through the instruction. No
|
||||||
matter how the live values have been assigned to registers, there must be
|
matter how the live values have been assigned to registers, there must be
|
||||||
|
|||||||
@@ -139,7 +139,7 @@ run will also have the RISC-V specific flag ``supports_m`` disabled.
|
|||||||
Filecheck
|
Filecheck
|
||||||
---------
|
---------
|
||||||
|
|
||||||
Many of the test commands bescribed below use *filecheck* to verify their
|
Many of the test commands described below use *filecheck* to verify their
|
||||||
output. Filecheck is a Rust implementation of the LLVM tool of the same name.
|
output. Filecheck is a Rust implementation of the LLVM tool of the same name.
|
||||||
See the :file:`lib/filecheck` `documentation <https://docs.rs/filecheck/>`_ for
|
See the :file:`lib/filecheck` `documentation <https://docs.rs/filecheck/>`_ for
|
||||||
details of its syntax.
|
details of its syntax.
|
||||||
|
|||||||
Reference in New Issue
Block a user