aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPali Rohár <pali@kernel.org>2022-10-22 16:58:21 +0200
committerPali Rohár <pali@kernel.org>2022-11-06 14:07:07 +0100
commit333341a33de342f97abdc4333902754b9e5e32dd (patch)
tree5dbc521e3f97f974fe02b20a99f6ca24329fbde2
parentcdc7f1298deb76f58a2ba48cef60167ba1fac67e (diff)
downloadpciutils-333341a33de342f97abdc4333902754b9e5e32dd.tar.gz
libpci: win32-cfgmgr32: Fix typo
-rw-r--r--lib/win32-cfgmgr32.c2
1 files changed, 1 insertions, 1 deletions
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.
*