scripts: native_simulator: common: Fix typo in comment

Fix a typo in comment describing the naming convention for nsi_host.

Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
This commit is contained in:
Pieter De Gendt 2024-01-29 08:34:48 +01:00 committed by Carles Cufí
commit 433de7d2e2

View file

@ -11,7 +11,7 @@
* to the embedded side, for example due to non-basic types being used in
* function calls, as that would break the include path isolation
*
* Naming convention: nsi_hots_<fun>() where <func> is the name of the equivalent
* Naming convention: nsi_host_<fun>() where <func> is the name of the equivalent
* C library call we call thru.
*/