setupapi: Fix a typo in comment

Andrey Gusev andrey.goosev at gmail.com
Sun May 1 03:54:23 CDT 2016


-------------- next part --------------
From e6c23c2e1577ce5866389247cfc561025ddbdee9 Mon Sep 17 00:00:00 2001
Message-Id: <e6c23c2e1577ce5866389247cfc561025ddbdee9.1462091467.git.andrey.goosev at gmail.com>
From: Andrey Gusev <andrey.goosev at gmail.com>
Date: Sun, 1 May 2016 11:24:05 +0300
Subject: [PATCH] setupapi: Fix a typo in comment

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 dlls/setupapi/devinst.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/setupapi/devinst.c b/dlls/setupapi/devinst.c
index 2669544..02e75b6 100644
--- a/dlls/setupapi/devinst.c
+++ b/dlls/setupapi/devinst.c
@@ -1144,7 +1144,7 @@ SetupDiCreateDeviceInfoListExA(const GUID *ClassGuid,
  *   ClassGuid [I] if not NULL only devices with GUID ClassGuid are associated
  *                 with this list.
  *   hwndParent [I] hwnd needed for interface related actions.
- *   MachineName [I] name of machine to create emtpy DeviceInfoSet list, if NULL
+ *   MachineName [I] name of machine to create empty DeviceInfoSet list, if NULL
  *                   local registry will be used.
  *   Reserved [I] must be NULL
  *
-- 
2.5.5



More information about the wine-patches mailing list