diff options
author | jimharris <jimharris@FreeBSD.org> | 2013-04-03 20:52:17 +0000 |
---|---|---|
committer | jimharris <jimharris@FreeBSD.org> | 2013-04-03 20:52:17 +0000 |
commit | 16e425c5aaf1209b97e274465907e746f683081f (patch) | |
tree | cd47c7e9e5ec5ff22c55e5d43424b1f9afaed0f9 /sbin | |
parent | cb3494ff31cbd5420f526fd16fd97df531bc2bcc (diff) | |
download | FreeBSD-src-16e425c5aaf1209b97e274465907e746f683081f.zip FreeBSD-src-16e425c5aaf1209b97e274465907e746f683081f.tar.gz |
Fix typo (devicde -> device).
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/nvmecontrol/nvmecontrol.c | 2 |
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) |