git: da33cae6c785 - main - stand: fix typo in common/nvstore.c

From: Toomas Soome <tsoome_at_FreeBSD.org>
Date: Wed, 28 Jan 2026 08:39:59 UTC
The branch main has been updated by tsoome:

URL: https://cgit.FreeBSD.org/src/commit/?id=da33cae6c785015329be9cdcf35f51e59807129c

commit da33cae6c785015329be9cdcf35f51e59807129c
Author:     Toomas Soome <tsoome@FreeBSD.org>
AuthorDate: 2026-01-28 08:38:26 +0000
Commit:     Toomas Soome <tsoome@FreeBSD.org>
CommitDate: 2026-01-28 08:38:26 +0000

    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 3cdb094c858f..cf80151f2c0a 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"