rasapi32: Fix a typo in a comment.

This commit is contained in:
André Hentschel 2014-09-07 21:32:13 +02:00 committed by Alexandre Julliard
parent d519886e1f
commit fc1a41439f
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ DWORD WINAPI RasEnumAutodialAddressesW(LPWSTR *a, LPDWORD b, LPDWORD c)
/************************************************************************** /**************************************************************************
* RasEnumDevicesA [RASAPI32.19] * RasEnumDevicesA [RASAPI32.19]
* *
* Just return a virtual modem too see what other APIs programs will * Just return a virtual modem to see what other APIs programs will
* call with it. * call with it.
*/ */
DWORD WINAPI RasEnumDevicesA(LPRASDEVINFOA lpRasDevinfo, LPDWORD lpcb, LPDWORD lpcDevices) DWORD WINAPI RasEnumDevicesA(LPRASDEVINFOA lpRasDevinfo, LPDWORD lpcb, LPDWORD lpcDevices)