aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToomas Soome <tsoome@FreeBSD.org>2026-01-28 08:38:26 +0000
committerToomas Soome <tsoome@FreeBSD.org>2026-01-28 08:38:26 +0000
commitda33cae6c785015329be9cdcf35f51e59807129c (patch)
tree17fb8838175801a9a2b3e822fe5138fe1df01224
parentab5f29ae9ef0246cee27d246ee48923030575aae (diff)
stand: fix typo in common/nvstore.c
Some out of order chars.
-rw-r--r--stand/common/nvstore.c2
1 files changed, 1 insertions, 1 deletions
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"