git: 69f9c5a51346 - main - nvmecontrol(8): Fix typo in ns.c
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 13 Feb 2024 07:24:09 UTC
The branch main has been updated by lwhsu:
URL: https://cgit.FreeBSD.org/src/commit/?id=69f9c5a51346b1ada4854cb4131e8a63b7dd8b46
commit 69f9c5a51346b1ada4854cb4131e8a63b7dd8b46
Author: Yu-Sheng Ma <s110062131@m110.nthu.edu.tw>
AuthorDate: 2024-01-05 08:11:48 +0000
Commit: Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2024-02-13 07:06:22 +0000
nvmecontrol(8): Fix typo in ns.c
`Insufficient` was spelled wrongly on line 537.
Event: Advanced UNIX Programming Course (Fall’23) at NTHU.
Pull Request: https://github.com/freebsd/freebsd-src/pull/997
---
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 62923056bd4e..1f1cd6101e35 100644
--- a/sbin/nvmecontrol/ns.c
+++ b/sbin/nvmecontrol/ns.c
@@ -531,7 +531,7 @@ nscontrollers(const struct cmd *f, int argc, char *argv[])
/*
* NS MGMT Command specific status values:
* 0xa = Invalid Format
- * 0x15 = Namespace Insuffience capacity
+ * 0x15 = Namespace Insufficient capacity
* 0x16 = Namespace ID unavailable (number namespaces exceeded)
* 0xb = Thin Provisioning Not supported
*/