VirtualBox

Ignore:
Timestamp:
Jul 9, 2013 12:16:12 PM (11 years ago)
Author:
vboxsync
Message:

Comment typos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/win/pipe-win.cpp

    r44529 r47052  
    725725    if (RT_SUCCESS(rc))
    726726    {
    727         /* No concurrent readers, sorry. */
     727        /* No concurrent writers, sorry. */
    728728        if (pThis->cUsers == 0)
    729729        {
     
    840840    if (RT_SUCCESS(rc))
    841841    {
    842         /* No concurrent readers, sorry. */
     842        /* No concurrent writers, sorry. */
    843843        if (pThis->cUsers == 0)
    844844        {
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