VirtualBox

Changeset 29046 in vbox for trunk/src/VBox/Additions/common


Ignore:
Timestamp:
May 4, 2010 8:42:39 PM (15 years ago)
Author:
vboxsync
Message:

typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp

    r29043 r29046  
    289289        RTStrCopy(pReq2->guestInfo.szName, sizeof(pReq2->guestInfo.szName), VBOX_VERSION_STRING);
    290290        rc = VbglGRPerform(&pReq2->header);
    291         if (rc == VERR_NOT_IMPLEMENTED) /* compatibility with older guests */
     291        if (rc == VERR_NOT_IMPLEMENTED) /* compatibility with older hosts */
    292292            rc = VINF_SUCCESS;
    293293        if (    RT_FAILURE(rc)
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