From d9c14a5390598b4c5d86c7f19db23ffc720e88c0 Mon Sep 17 00:00:00 2001 From: Konstantin Date: Mon, 6 Feb 2023 13:02:59 +0100 Subject: Comments --- WhisperNet/Internal/sCaptureCallbacks.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'WhisperNet') diff --git a/WhisperNet/Internal/sCaptureCallbacks.cs b/WhisperNet/Internal/sCaptureCallbacks.cs index 0865a5a..35b00df 100644 --- a/WhisperNet/Internal/sCaptureCallbacks.cs +++ b/WhisperNet/Internal/sCaptureCallbacks.cs @@ -3,7 +3,7 @@ namespace Whisper.Internal { /// Unmanaged code calls this to check for cancellation - /// Return 0 to proceed, or 1 to stop the process and return from Context.runFull method + /// Return 0 to proceed, or 1 to stop the process and return from Context.runCapture method [UnmanagedFunctionPointer( CallingConvention.StdCall )] public delegate int pfnShouldCancel( IntPtr pv ); @@ -18,7 +18,7 @@ namespace Whisper.Internal public pfnShouldCancel shouldCancel; /// Capture status function pointer public pfnCaptureStatus captureStatus; - /// COntext pointer, only needed for C++ compatibility + /// Context pointer, only needed for C++ compatibility public IntPtr pv; } } \ No newline at end of file -- cgit v1.2.3