Juan Lang : setupapi: Fix a comment typo.
Module: wine Branch: master Commit: eba0657bf7f646fb85dc24dd000200e4bcf8c3ed URL: http://source.winehq.org/git/wine.git/?a=commit;h=eba0657bf7f646fb85dc24dd00... Author: Juan Lang <juan.lang(a)gmail.com> Date: Wed Dec 16 15:01:47 2009 -0800 setupapi: Fix a comment typo. --- dlls/setupapi/devinst.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/setupapi/devinst.c b/dlls/setupapi/devinst.c index 89e3cb6..ec586e7 100644 --- a/dlls/setupapi/devinst.c +++ b/dlls/setupapi/devinst.c @@ -3836,7 +3836,7 @@ static BOOL SETUPDI_DeleteDrvKey(struct DeviceInfo *devInfo) } /*********************************************************************** - * SetupDiOpenDevRegKey (SETUPAPI.@) + * SetupDiDeleteDevRegKey (SETUPAPI.@) */ BOOL WINAPI SetupDiDeleteDevRegKey( HDEVINFO DeviceInfoSet,
participants (1)
-
Alexandre Julliard