Fix typo (devicde -> device).

This commit is contained in:
Jim Harris 2013-04-03 20:52:17 +00:00
parent e5fb562225
commit 021ee26911
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=249067

View File

@ -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)