Author: jimharris
Date: Wed Apr  3 20:52:17 2013
New Revision: 249067
URL: http://svnweb.freebsd.org/changeset/base/249067

Log:
  Fix typo (devicde -> device).

Modified:
  head/sbin/nvmecontrol/nvmecontrol.c

Modified: head/sbin/nvmecontrol/nvmecontrol.c
==============================================================================
--- head/sbin/nvmecontrol/nvmecontrol.c Wed Apr  3 20:31:10 2013        
(r249066)
+++ head/sbin/nvmecontrol/nvmecontrol.c Wed Apr  3 20:52:17 2013        
(r249067)
@@ -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)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to