diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index ba9ecb83c54..911798bf485 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -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 the project's `GitHub repo`_) to strike a balance between open 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 that include Apache 2.0 licensed software. (For more information about 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. #. 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 `Continuous Integration`_. diff --git a/doc/kernel/usermode/mpu_userspace.rst b/doc/kernel/usermode/mpu_userspace.rst index 66c357da433..f33d1e474c6 100644 --- a/doc/kernel/usermode/mpu_userspace.rst +++ b/doc/kernel/usermode/mpu_userspace.rst @@ -9,7 +9,7 @@ defined in the system. The privileged stacks are created as a part of the build process. 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 to the image.