Skip to content

Commit

Permalink
docs: posix: fix typo in description
Browse files Browse the repository at this point in the history
Fixes a minor typo in description of the POSIX architecture.

Signed-off-by: Daniel Mangum <georgedanielmangum@gmail.com>
  • Loading branch information
hasheddan authored and henrikbrixandersen committed Jan 13, 2024
1 parent 5fc96ff commit 0a8d03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/posix/doc/arch_soc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ section.
instruction executes is just some of it; Emulating peripherals accurately
is another side.

This native port compiles your code directly for the host architectture
This native port compiles your code directly for the host architecture
(typically x86), with no instrumentation or
monitoring code. Your code executes directly in the host CPU. That is, your code
executes just as fast as it possibly can.
Expand Down

0 comments on commit 0a8d03b

Please sign in to comment.