Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jan 2026 08:39:59 +0000
From:      Toomas Soome <tsoome@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: da33cae6c785 - main - stand: fix typo in common/nvstore.c
Message-ID:  <6979cb5f.3239a.7d363e87@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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"


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6979cb5f.3239a.7d363e87>