svn commit: r332029 - stable/11/sys/dev/efidev

Kyle Evans kevans at FreeBSD.org
Wed Apr 4 13:59:43 UTC 2018


Author: kevans
Date: Wed Apr  4 13:59:42 2018
New Revision: 332029
URL: https://svnweb.freebsd.org/changeset/base/332029

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

Modified:
  stable/11/sys/dev/efidev/efirt.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/dev/efidev/efirt.c
==============================================================================
--- stable/11/sys/dev/efidev/efirt.c	Wed Apr  4 13:58:18 2018	(r332028)
+++ stable/11/sys/dev/efidev/efirt.c	Wed Apr  4 13:59:42 2018	(r332029)
@@ -315,7 +315,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);


More information about the svn-src-all mailing list