Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Aug 2019 17:42:44 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r350913 - stable/12/sbin/nvmecontrol
Message-ID:  <201908121742.x7CHgik7021989@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mav
Date: Mon Aug 12 17:42:44 2019
New Revision: 350913
URL: https://svnweb.freebsd.org/changeset/base/350913

Log:
  MFC r341416 (by imp): Fix typo in comment

Modified:
  stable/12/sbin/nvmecontrol/logpage.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sbin/nvmecontrol/logpage.c
==============================================================================
--- stable/12/sbin/nvmecontrol/logpage.c	Mon Aug 12 17:41:57 2019	(r350912)
+++ stable/12/sbin/nvmecontrol/logpage.c	Mon Aug 12 17:42:44 2019	(r350913)
@@ -434,7 +434,7 @@ logpage(struct nvme_function *nf, int argc, char *argv
 		/*
 		 * See if there is a pretty print function for the specified log
 		 * page.  If one isn't found, we just revert to the default
-		 * (print_hex). If there was a vendor specified bt the user, and
+		 * (print_hex). If there was a vendor specified by the user, and
 		 * the page is vendor specific, don't match the print function
 		 * unless the vendors match.
 		 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908121742.x7CHgik7021989>