diff options
| author | Mike Causer <mcauser@gmail.com> | 2020-12-10 02:52:18 +1100 |
|---|---|---|
| committer | Mike Causer <mcauser@gmail.com> | 2020-12-10 02:52:18 +1100 |
| commit | eedcc98cc5379f93704fd344289e2f5c8a60eddd (patch) | |
| tree | b0edae3059a39b367317b9acd7057c3b8475abcb /docs/porting.rst | |
| parent | 133013083ab582fa87a4c7dfb53d068e09864905 (diff) | |
Fix some spelling mistakes
Diffstat (limited to 'docs/porting.rst')
| -rw-r--r-- | docs/porting.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/porting.rst b/docs/porting.rst index 6cd59fefb..8d0262455 100644 --- a/docs/porting.rst +++ b/docs/porting.rst @@ -106,7 +106,7 @@ request a safe mode state which prevents the supervisor from running user code while still allowing access to the REPL and other resources. The core port initialization and reset methods are defined in -``supervisor/port.c`` and should be the first to be implemented. Its required +``supervisor/port.c`` and should be the first to be implemented. It's required that they be implemented in the ``supervisor`` directory within the port directory. That way, they are always in the expected place. |
