From 333341a33de342f97abdc4333902754b9e5e32dd Mon Sep 17 00:00:00 2001 From: Pali Rohár Date: Sat, 22 Oct 2022 16:58:21 +0200 Subject: libpci: win32-cfgmgr32: Fix typo --- lib/win32-cfgmgr32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/win32-cfgmgr32.c b/lib/win32-cfgmgr32.c index f52db01..a3404d1 100644 --- a/lib/win32-cfgmgr32.c +++ b/lib/win32-cfgmgr32.c @@ -126,7 +126,7 @@ resolve_cfgmgr32_functions(void) * cfgmgr32.dll uses custom non-Win32 error numbers which are unsupported by * Win32 APIs like GetLastError() and FormatMessage() functions. * - * Windows 7 instroduced new cfgmgr32.dll function CM_MapCrToWin32Err() for + * Windows 7 introduced new cfgmgr32.dll function CM_MapCrToWin32Err() for * translating mapping CR_* errors to Win32 errors but most error codes are * not mapped. So this function is unusable. * -- cgit 1.2.3-korg