VirtualBox

Changeset 106001 in vbox for trunk/src/VBox/Devices/Audio


Ignore:
Timestamp:
Sep 10, 2024 11:15:32 AM (8 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
164747
Message:

doc/manual/man_VBoxManage-*: Updated a variety of the VBoxManage help
files to improve readability, corrected some typos, and made various
other corrections.

src/VBox/*: Updated some comments and log messages for a variety of
source files to correct the spelling of 'suppress'. A few APIC files
and USB files use 'supress' in variable names or manifest constants but
those were not changed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/DrvHostAudioPulseAudio.cpp

    r98103 r106001  
    19181918    else
    19191919    {
    1920         LogFunc(("Supressing %Rrc because we wrote %#x bytes\n", rc, cbTotalWritten));
     1920        LogFunc(("Suppressing %Rrc because we wrote %#x bytes\n", rc, cbTotalWritten));
    19211921        rc = VINF_SUCCESS;
    19221922    }
     
    21172117    else
    21182118    {
    2119         LogFunc(("Supressing %Rrc because we're returning %#x bytes\n", rc, cbTotalRead));
     2119        LogFunc(("Suppressing %Rrc because we're returning %#x bytes\n", rc, cbTotalRead));
    21202120        rc = VINF_SUCCESS;
    21212121    }
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