File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ software continues to be available under the terms that the author desired.
2424Zephyr uses the `Apache 2.0 license `_ (as found in the LICENSE file in
2525the project's `GitHub repo `_) to strike a balance between open
2626contribution and allowing you to use the software however you would like
27- to. The Apache 2.0 license is a permisive open source license that
27+ to. The Apache 2.0 license is a permissive open source license that
2828allows you to freely use, modify, distribute and sell your own products
2929that include Apache 2.0 licensed software. (For more information about
3030this, check out articles such as `Why choose Apache 2.0 licensing `_ and
@@ -499,7 +499,7 @@ workflow here:
499499 with your changes so you won't need to resubmit the pull request.
500500
501501#. If the CI run fails, you will need to make changes to your code in order
502- to fix the issues and ammend your commits by rebasing as described above.
502+ to fix the issues and amend your commits by rebasing as described above.
503503 Additional information about the CI system can be found in
504504 `Continuous Integration `_.
505505
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ defined in the system. The privileged stacks are created as a part of the
99build process.
1010
1111A post-build script ``gen_priv_stacks.py `` scans the generated
12- ELF file and finds all of the thread stack objects. A set of priviliged
12+ ELF file and finds all of the thread stack objects. A set of privileged
1313stacks, a lookup table, and a set of helper functions are created and added
1414to the image.
1515
You can’t perform that action at this time.
0 commit comments