summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sbin/nvmecontrol/nvmecontrol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/nvmecontrol/nvmecontrol.c b/sbin/nvmecontrol/nvmecontrol.c
index e9e4280..cbb365b 100644
--- a/sbin/nvmecontrol/nvmecontrol.c
+++ b/sbin/nvmecontrol/nvmecontrol.c
@@ -438,7 +438,7 @@ identify(int argc, char *argv[])
optind = 1;
/*
- * If devicde node contains "ns", we consider it a namespace,
+ * If device node contains "ns", we consider it a namespace,
* otherwise, consider it a controller.
*/
if (strstr(target, "ns") == NULL)
OpenPOWER on IntegriCloud