diff options
| author | Toomas Soome <tsoome@FreeBSD.org> | 2026-01-28 08:38:26 +0000 |
|---|---|---|
| committer | Toomas Soome <tsoome@FreeBSD.org> | 2026-01-28 08:38:26 +0000 |
| commit | da33cae6c785015329be9cdcf35f51e59807129c (patch) | |
| tree | 17fb8838175801a9a2b3e822fe5138fe1df01224 | |
| parent | ab5f29ae9ef0246cee27d246ee48923030575aae (diff) | |
stand: fix typo in common/nvstore.c
Some out of order chars.
| -rw-r--r-- | stand/common/nvstore.c | 2 |
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" |
