mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
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 (cherry picked from commit 69f9c5a51346b1ada4854cb4131e8a63b7dd8b46)
This commit is contained in:
parent
f314e46271
commit
aaa01ea24d
1 changed files with 1 additions and 1 deletions
|
|
@ -532,7 +532,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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue