Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jul 2017 18:10:42 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r321429 - head/lib/libefivar
Message-ID:  <201707241810.v6OIAg13022552@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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