X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fwin32-cfgmgr32.c;h=a3404d1698b4075517b43ede5efb61744d6c52da;hb=9001c06d1e15c9e0325d6036a0bb38fb1460239d;hp=f52db011780928f9d0ae1d588f359fe685243872;hpb=cdc7f1298deb76f58a2ba48cef60167ba1fac67e;p=pciutils.git 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. *