doc: fix misspellings in docs
regular spell check on .rst files found a few misspelled words Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
3673698df1
commit
540efaf402
2 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@ software continues to be available under the terms that the author desired.
|
||||||
Zephyr uses the `Apache 2.0 license`_ (as found in the LICENSE file in
|
Zephyr uses the `Apache 2.0 license`_ (as found in the LICENSE file in
|
||||||
the project's `GitHub repo`_) to strike a balance between open
|
the project's `GitHub repo`_) to strike a balance between open
|
||||||
contribution and allowing you to use the software however you would like
|
contribution and allowing you to use the software however you would like
|
||||||
to. The Apache 2.0 license is a permisive open source license that
|
to. The Apache 2.0 license is a permissive open source license that
|
||||||
allows you to freely use, modify, distribute and sell your own products
|
allows you to freely use, modify, distribute and sell your own products
|
||||||
that include Apache 2.0 licensed software. (For more information about
|
that include Apache 2.0 licensed software. (For more information about
|
||||||
this, check out articles such as `Why choose Apache 2.0 licensing`_ and
|
this, check out articles such as `Why choose Apache 2.0 licensing`_ and
|
||||||
|
@ -499,7 +499,7 @@ workflow here:
|
||||||
with your changes so you won't need to resubmit the pull request.
|
with your changes so you won't need to resubmit the pull request.
|
||||||
|
|
||||||
#. If the CI run fails, you will need to make changes to your code in order
|
#. If the CI run fails, you will need to make changes to your code in order
|
||||||
to fix the issues and ammend your commits by rebasing as described above.
|
to fix the issues and amend your commits by rebasing as described above.
|
||||||
Additional information about the CI system can be found in
|
Additional information about the CI system can be found in
|
||||||
`Continuous Integration`_.
|
`Continuous Integration`_.
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ defined in the system. The privileged stacks are created as a part of the
|
||||||
build process.
|
build process.
|
||||||
|
|
||||||
A post-build script ``gen_priv_stacks.py`` scans the generated
|
A post-build script ``gen_priv_stacks.py`` scans the generated
|
||||||
ELF file and finds all of the thread stack objects. A set of priviliged
|
ELF file and finds all of the thread stack objects. A set of privileged
|
||||||
stacks, a lookup table, and a set of helper functions are created and added
|
stacks, a lookup table, and a set of helper functions are created and added
|
||||||
to the image.
|
to the image.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue