krnl386.exe16: Fix the _lread16() documentation.

This commit is contained in:
Francois Gouget 2015-03-13 20:10:36 +01:00 committed by Alexandre Julliard
parent 17f425290e
commit a4e38fab7c
1 changed files with 1 additions and 1 deletions

View File

@ -394,7 +394,7 @@ HFILE16 WINAPI _lopen16( LPCSTR path, INT16 mode )
/***********************************************************************
* _lread16 (KERNEL.82)
* _lread16 (internal)
*/
UINT16 WINAPI _lread16( HFILE16 hFile, LPVOID buffer, UINT16 count )
{