From 43216b4d927f4d42ad17f87fe9ae42dc78c4ca33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger-Stelzer?= Date: Mon, 12 Nov 2018 02:16:23 +0100 Subject: [PATCH] Typo fix --- DerpingDrivers/Util/BcdHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DerpingDrivers/Util/BcdHelper.cs b/DerpingDrivers/Util/BcdHelper.cs index edb22c6..c3fcf92 100644 --- a/DerpingDrivers/Util/BcdHelper.cs +++ b/DerpingDrivers/Util/BcdHelper.cs @@ -10,7 +10,7 @@ namespace DerpingDrivers.Util private const uint BcdLibraryBoolean_AllowPrereleaseSignatures = 0x16000049; /// - /// Gets or sets the current value if BCDE_LIBRARY_TYPE_ALLOW_PRERELEASE_SIGNATURES from the default boot entry. + /// Gets or sets the current value of BCDE_LIBRARY_TYPE_ALLOW_PRERELEASE_SIGNATURES from the default boot entry. /// public static bool AllowPrereleaseSignatures {