VirtualBox

Ignore:
Timestamp:
Oct 28, 2010 9:27:05 AM (14 years ago)
Author:
vboxsync
Message:

*: spelling fixes, thanks Timeless!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Disassembler/testcase/tstDisasm-2.cpp

    r32992 r33540  
    515515        /*
    516516         * Jumping up the stream.
    517          * This occures when the byte sequence is added to the output string.
     517         * This occurs when the byte sequence is added to the output string.
    518518         */
    519519        uint64_t offReq64 = uSrcAddr - pState->uAddress;
     
    945945            {
    946946                /** @todo this stuff belongs in IPRT, same stuff as mac address reading. Could be reused for IPv6 with a different item size.*/
    947                 /* skip white space, and for the benfit of linux panics '<' and '>'. */
     947                /* skip white space, and for the benefit of linux panics '<' and '>'. */
    948948                while (RT_C_IS_SPACE(ch2 = *psz) || ch2 == '<' || ch2 == '>')
    949949                {
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