Fix 'namspaces' to 'namespaces' in the ndctl(1) man page. Link: https://github.com/pmem/ndctl/issues/100 Reported-by: Steve Scargal <[email protected]> Signed-off-by: Vishal Verma <[email protected]> --- Documentation/ndctl/ndctl.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/ndctl/ndctl.txt b/Documentation/ndctl/ndctl.txt index b33e277..c2919de 100644 --- a/Documentation/ndctl/ndctl.txt +++ b/Documentation/ndctl/ndctl.txt @@ -30,7 +30,7 @@ message interface for platform NVDIMM resources like those defined by the ACPI 6.0 NFIT (NVDIMM Firmware Interface Table). Operations supported by the tool include, provisioning capacity (namespaces), as well as enumerating/enabling/disabling the devices (dimms, regions, -namspaces) associated with an NVDIMM bus. +namespaces) associated with an NVDIMM bus. include::../copyright.txt[] -- 2.20.1 _______________________________________________ Linux-nvdimm mailing list [email protected] https://lists.01.org/mailman/listinfo/linux-nvdimm
