Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Mar 2018 15:02:46 +0000 (UTC)
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r330844 - head/sys/dev/efidev
Message-ID:  <201803131502.w2DF2kRd064891@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevans
Date: Tue Mar 13 15:02:46 2018
New Revision: 330844
URL: https://svnweb.freebsd.org/changeset/base/330844

Log:
  Correct minor typo in comment, efi_dmcap -> efi_tmcap

Modified:
  head/sys/dev/efidev/efirt.c

Modified: head/sys/dev/efidev/efirt.c
==============================================================================
--- head/sys/dev/efidev/efirt.c	Tue Mar 13 15:01:23 2018	(r330843)
+++ head/sys/dev/efidev/efirt.c	Tue Mar 13 15:02:46 2018	(r330844)
@@ -268,7 +268,7 @@ efi_get_time(struct efi_tm *tm)
 	/*
 	 * UEFI spec states that the Capabilities argument to GetTime is
 	 * optional, but some UEFI implementations choke when passed a NULL
-	 * pointer. Pass a dummy efi_dmcap, even though we won't use it,
+	 * pointer. Pass a dummy efi_tmcap, even though we won't use it,
 	 * to workaround such implementations.
 	 */
 	error = efi_get_time_locked(tm, &dummy);



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