VirtualBox

Changeset 72364 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 28, 2018 4:49:50 PM (7 years ago)
Author:
vboxsync
Message:

comment typos

Location:
trunk/src/VBox
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/socket.cpp

    r71950 r72364  
    29692969            if (pThis->fSubscribedEvts != pThis->fPollEvts)
    29702970            {
    2971                 /** @todo seems like there migth be a call to many here and that fPollEvts is
     2971                /** @todo seems like there might be a call to many here and that fPollEvts is
    29722972                 *        totally unnecessary... (bird) */
    29732973                int rc = rtSocketPollUpdateEvents(pThis, pThis->fPollEvts);
  • trunk/src/VBox/Storage/testcase/Makefile.kmk

    r72340 r72364  
    105105
    106106 #
    107  # vbox-img - static because it migth be used as a standalone tool.
     107 # vbox-img - static because it might be used as a standalone tool.
    108108 #
    109109 vbox-img_TEMPLATE = VBoxR3Static
     
    162162
    163163 #
    164  # vdkeystoremgr - static because it migth be used as a standalone tool.
     164 # vdkeystoremgr - static because it might be used as a standalone tool.
    165165 #
    166166 vdkeystoremgr_TEMPLATE = VBoxR3Static
  • trunk/src/VBox/ValidationKit/bootsectors/bs3kit/VBoxBs3ObjConverter.cpp

    r69111 r72364  
    585585    /* See if we've already got that name in the list. */
    586586    uint16_t idxName;
    587     if (pidxName) /* If pidxName is NULL, we assume the caller migth just be passing stuff thru. */
     587    if (pidxName) /* If pidxName is NULL, we assume the caller might just be passing stuff thru. */
    588588    {
    589589        idxName = omfWriter_LNamesLookupN(pThis, pchName, cchName);
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