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);
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to