VirtualBox

Changeset 14303 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Nov 18, 2008 1:45:38 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
39491
Message:

Corrected a couple of typos in comments. No code changes.

Location:
trunk/src/VBox
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/testcase/tstVD.cpp

    r13837 r14303  
    201201To generate 64-bit x's, it is difficult to form
    202202t=a*x+c in 128 bits then get the new c and new x
    203 from the the top and bottom halves.
     203from the top and bottom halves.
    204204But if 'a' has a special form, for example,
    205205a=2^62+2^47+2 and b=2^64-1, then the new c and
  • trunk/src/VBox/HostDrivers/Support/win/SUPSvc-win.cpp

    r11824 r14303  
    368368            {
    369369                RTPrintf("Successfully created the %s service.\n", SUPSVC_SERVICE_NAME);
    370                 /** @todo Set the service description or it'll look weird the the vista service manager.
     370                /** @todo Set the service description or it'll look weird in the vista service manager.
    371371                 *  Anything else that should be configured? Start access or something? */
    372372                rc = 0;
  • trunk/src/VBox/HostServices/SharedClipboard/darwin.cpp

    r8155 r14303  
    208208 *
    209209 * @param pClient    Context data for the guest system
    210  * @param u32Formats Clipboard formats the the guest is offering
     210 * @param u32Formats Clipboard formats the guest is offering
    211211 */
    212212void vboxClipboardFormatAnnounce (VBOXCLIPBOARDCLIENTDATA *pClient, uint32_t u32Formats)
  • trunk/src/VBox/HostServices/SharedClipboard/x11-stub.cpp

    r8155 r14303  
    8585 *
    8686 * @param pClient    Context data for the guest system
    87  * @param u32Formats Clipboard formats the the guest is offering
     87 * @param u32Formats Clipboard formats the guest is offering
    8888 */
    8989void vboxClipboardFormatAnnounce (VBOXCLIPBOARDCLIENTDATA * /* pClient */,
  • trunk/src/VBox/HostServices/SharedClipboard/x11.cpp

    r13846 r14303  
    13351335 *
    13361336 * @param pClient    Context data for the guest system
    1337  * @param u32Formats Clipboard formats the the guest is offering
     1337 * @param u32Formats Clipboard formats the guest is offering
    13381338 */
    13391339void vboxClipboardFormatAnnounce (VBOXCLIPBOARDCLIENTDATA *pClient, uint32_t u32Formats)
Note: See TracChangeset for help on using the changeset viewer.

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