Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jun 2022 19:49:36 GMT
From:      Jens Schweikhardt <schweikh@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 5d7c65ff36da - main - Correct a typo in a string literal.
Message-ID:  <202206071949.257Jnan1054647@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by schweikh:

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

commit 5d7c65ff36da1c9d57c030ff124ef420af44704e
Author:     Jens Schweikhardt <schweikh@FreeBSD.org>
AuthorDate: 2022-06-07 19:48:59 +0000
Commit:     Jens Schweikhardt <schweikh@FreeBSD.org>
CommitDate: 2022-06-07 19:48:59 +0000

    Correct a typo in a string literal.
---
 sbin/nvmecontrol/ns.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbin/nvmecontrol/ns.c b/sbin/nvmecontrol/ns.c
index 763c12aa11af..5c537e920dc3 100644
--- a/sbin/nvmecontrol/ns.c
+++ b/sbin/nvmecontrol/ns.c
@@ -372,7 +372,7 @@ static struct ns_result_str ns_result[] = {
 	{ 0xa,  "Invalid Format"},
 	{ 0xb,  "Invalid Namespace or format"},
 	{ 0x15, "Namespace insufficient capacity"},
-	{ 0x16, "Namespace ID unavaliable"},
+	{ 0x16, "Namespace ID unavailable"},
 	{ 0x18, "Namespace already attached"},
 	{ 0x19, "Namespace is private"},
 	{ 0x1a, "Namespace is not attached"},



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206071949.257Jnan1054647>