From da33cae6c785015329be9cdcf35f51e59807129c Mon Sep 17 00:00:00 2001 From: Toomas Soome Date: Wed, 28 Jan 2026 10:38:26 +0200 Subject: [PATCH] stand: fix typo in common/nvstore.c Some out of order chars. --- stand/common/nvstore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stand/common/nvstore.c b/stand/common/nvstore.c index 3cdb094c858..cf80151f2c0 100644 --- a/stand/common/nvstore.c +++ b/stand/common/nvstore.c @@ -29,7 +29,7 @@ * nvstore is abstraction layer to implement data read/write to different * types of non-volatile storage. * - * Provides cli command 'nvostre' + * Provides cli command 'nvstore' */ #include "stand.h"