VirtualBox

Changeset 62946 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Aug 4, 2016 2:43:09 AM (8 years ago)
Author:
vboxsync
Message:

IPRT: Synchronize comments in previous. While there, complete
conversion of the comment to plural.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/posix/utf8-posix.cpp

    r62945 r62946  
    175175        {
    176176#if defined(RT_OS_SOLARIS) || defined(RT_OS_NETBSD)
    177             /* Some systems don't grok empty codeset strings, so help it find the current codeset. */
     177            /* Some systems don't grok empty codeset strings, so help them find the current codeset. */
    178178            if (!*pszInputCS)
    179179                pszInputCS = rtStrGetLocaleCodeset();
     
    306306         */
    307307#if defined(RT_OS_SOLARIS) || defined(RT_OS_NETBSD)
    308         /* Solaris doesn't grok empty codeset strings, so help it find the current codeset. */
     308        /* Some systems don't grok empty codeset strings, so help them find the current codeset. */
    309309        if (!*pszInputCS)
    310310            pszInputCS = rtStrGetLocaleCodeset();
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette