From 433de7d2e22da1638a98fc57d2579c7881a48546 Mon Sep 17 00:00:00 2001 From: Pieter De Gendt Date: Mon, 29 Jan 2024 08:34:48 +0100 Subject: [PATCH] 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 --- .../native_simulator/common/src/include/nsi_host_trampolines.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/native_simulator/common/src/include/nsi_host_trampolines.h b/scripts/native_simulator/common/src/include/nsi_host_trampolines.h index 90773f9c7d2..5262a5a6909 100644 --- a/scripts/native_simulator/common/src/include/nsi_host_trampolines.h +++ b/scripts/native_simulator/common/src/include/nsi_host_trampolines.h @@ -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_() where is the name of the equivalent + * Naming convention: nsi_host_() where is the name of the equivalent * C library call we call thru. */