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
This commit is contained in:
Yu-Sheng Ma 2024-01-05 16:11:48 +08:00 committed by Li-Wen Hsu
parent eb8ba6fb74
commit 69f9c5a513
No known key found for this signature in database
GPG key ID: 82B261B14D3BC7AF

View file

@ -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
*/