From 4c69a17ff90ef7111cbc8f4fd219c821f71d17c2 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Mon, 24 Jul 2017 18:10:42 +0000 Subject: [PATCH] fix typo --- lib/libefivar/uefi-dputil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libefivar/uefi-dputil.c b/lib/libefivar/uefi-dputil.c index 670ba9ddafb4..911a1a021a26 100644 --- a/lib/libefivar/uefi-dputil.c +++ b/lib/libefivar/uefi-dputil.c @@ -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