From e27a4042c1f4ecee952c98ea5e033ee1450b51c3 Mon Sep 17 00:00:00 2001 From: David Hall Date: Fri, 7 Jun 2019 11:00:32 -0600 Subject: [PATCH] Fixed comments --- PInvoke/Kernel32/ErrHandlingApi.cs | 2 +- PInvoke/NetApi32/LmApiBuf.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PInvoke/Kernel32/ErrHandlingApi.cs b/PInvoke/Kernel32/ErrHandlingApi.cs index ac583749..29264055 100644 --- a/PInvoke/Kernel32/ErrHandlingApi.cs +++ b/PInvoke/Kernel32/ErrHandlingApi.cs @@ -100,7 +100,7 @@ namespace Vanara.PInvoke } /// - /// Flags passed to the method. + /// Flags passed to the method. /// [PInvokeData("winbase.h")] [Flags] diff --git a/PInvoke/NetApi32/LmApiBuf.cs b/PInvoke/NetApi32/LmApiBuf.cs index 69941c14..e4b72464 100644 --- a/PInvoke/NetApi32/LmApiBuf.cs +++ b/PInvoke/NetApi32/LmApiBuf.cs @@ -146,7 +146,7 @@ namespace Vanara.PInvoke protected override bool InternalReleaseHandle() => NetApiBufferFree(handle) == 0; } - /// A custom marshaler for functions using LSA_UNICODE_STRING so that managed strings can be used. + /// A custom marshaler for functions using NetApiBuffer so that managed strings can be used. /// internal class NetApiBufferUnicodeStringMarshaler : ICustomMarshaler {