svn commit: r249067 - head/sbin/nvmecontrol

Jim Harris jimharris at FreeBSD.org
Wed Apr 3 20:52:17 UTC 2013


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)


More information about the svn-src-head mailing list