kernel32: Fix typos in a couple of comments.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Francois Gouget 2016-07-02 12:00:39 +02:00 committed by Alexandre Julliard
parent 5da8ad93a0
commit c8d1fbc6d2
2 changed files with 2 additions and 2 deletions

View File

@ -915,7 +915,7 @@ void LOCALE_InitRegistry(void)
/*********************************************************************** /***********************************************************************
* get_mac_locale * get_mac_locale
* *
* Return a locale identifer string reflecting the Mac locale, in a form * Return a locale identifier string reflecting the Mac locale, in a form
* that parse_locale_name() will understand. So, strip out unusual * that parse_locale_name() will understand. So, strip out unusual
* things like script, variant, etc. Or, rather, just construct it as * things like script, variant, etc. Or, rather, just construct it as
* <lang>[_<country>].UTF-8. * <lang>[_<country>].UTF-8.

View File

@ -416,7 +416,7 @@ static enum fs_type VOLUME_ReadCDSuperblock( HANDLE handle, BYTE *buff )
/* Check UDF first as UDF and ISO9660 structures can coexist on the same medium /* Check UDF first as UDF and ISO9660 structures can coexist on the same medium
* Starting from sector 16, we may find : * Starting from sector 16, we may find :
* - a CD-ROM Volume Descriptor Set (ISO9660) containing one or more Volume Descriptors * - a CD-ROM Volume Descriptor Set (ISO9660) containing one or more Volume Descriptors
* - an Extented Area (UDF) -- [E] 2/8.3.1 and [U] 2.1.7 * - an Extended Area (UDF) -- [E] 2/8.3.1 and [U] 2.1.7
* There is no explicit end so read 16 sectors and then give up */ * There is no explicit end so read 16 sectors and then give up */
for( i=16; i<16+16; i++) for( i=16; i<16+16; i++)
{ {