From 4bfc6b53d7602012d9ae548b6dc1aec0fe3d3938 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Wed, 30 Dec 2020 19:01:50 +0300 Subject: [PATCH] Fix error comment --- src/error.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/error.rs b/src/error.rs index 6ba5367..e1c465e 100644 --- a/src/error.rs +++ b/src/error.rs @@ -55,7 +55,7 @@ pub enum Error { /// The source error. source: WindowsError }, - /// The `LoadLibraryW` call failed and system did not report an error. + /// The `GetModuleHandleExW` call failed and system did not report an error. GetModuleHandleExWUnknown, /// The `GetProcAddress` call failed. GetProcAddress {