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

View file

@ -241,7 +241,7 @@ DWORD WINAPI RasEnumAutodialAddressesW(LPWSTR *a, LPDWORD b, LPDWORD c)
/**************************************************************************
* 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.
*/
DWORD WINAPI RasEnumDevicesA(LPRASDEVINFOA lpRasDevinfo, LPDWORD lpcb, LPDWORD lpcDevices)