]> mj.ucw.cz Git - pciutils.git/commitdiff
libpci: win32-cfgmgr32: Fix typo
authorPali Rohár <pali@kernel.org>
Sat, 22 Oct 2022 14:58:21 +0000 (16:58 +0200)
committerPali Rohár <pali@kernel.org>
Sun, 6 Nov 2022 13:07:07 +0000 (14:07 +0100)
lib/win32-cfgmgr32.c

index f52db011780928f9d0ae1d588f359fe685243872..a3404d1698b4075517b43ede5efb61744d6c52da 100644 (file)
@@ -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.
  *