stand: fix typo in common/nvstore.c

Some out of order chars.
This commit is contained in:
Toomas Soome
2026-01-28 10:38:26 +02:00
parent ab5f29ae9e
commit da33cae6c7
+1 -1
View File
@@ -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"