svn commit: r321429 - head/lib/libefivar

Warner Losh imp at FreeBSD.org
Mon Jul 24 18:10:43 UTC 2017


Author: imp
Date: Mon Jul 24 18:10:42 2017
New Revision: 321429
URL: https://svnweb.freebsd.org/changeset/base/321429

Log:
  fix typo

Modified:
  head/lib/libefivar/uefi-dputil.c

Modified: head/lib/libefivar/uefi-dputil.c
==============================================================================
--- head/lib/libefivar/uefi-dputil.c	Mon Jul 24 18:02:13 2017	(r321428)
+++ head/lib/libefivar/uefi-dputil.c	Mon Jul 24 18:10:42 2017	(r321429)
@@ -42,7 +42,7 @@ __FBSDID("$FreeBSD$");
 
 #include "uefi-dplib.h"
 
-/* XXX maybe I sould include the entire DevicePathUtiltiies.c and ifdef out what we don't use */
+/* XXX maybe I should include the entire DevicePathUtiltiies.c and ifdef out what we don't use */
 
 /*
  * Taken from MdePkg/Library/UefiDevicePathLib/DevicePathUtilities.c


More information about the svn-src-head mailing list