VirtualBox

Ignore:
Timestamp:
Oct 28, 2010 9:27:05 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
67140
Message:

*: spelling fixes, thanks Timeless!

Location:
trunk/src/VBox/Runtime/common/ldr
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/ldr/ldrELFRelocatable.cpp.h

    r28800 r33540  
    182182
    183183    /*
    184      * Determin the symbol value.
     184     * Determine the symbol value.
    185185     *
    186186     * Symbols needs different treatment depending on which section their are in.
     
    226226
    227227        /*
    228          * All other symbols are adressed relative to their section and need to be fixed up.
     228         * All other symbols are addressed relative to their section and need to be fixed up.
    229229         */
    230230        default:
     
    341341
    342342            /*
    343              * Trunacated 32-bit value (zero-extendedable to the 64-bit value).
     343             * Truncated 32-bit value (zero-extendedable to the 64-bit value).
    344344             */
    345345            case R_X86_64_32:
     
    10451045            {
    10461046                /*
    1047                  * Validate the section headers, allocate memory for the sections (determin the image size),
     1047                 * Validate the section headers, allocate memory for the sections (determine the image size),
    10481048                 * and find relevant sections.
    10491049                 */
  • trunk/src/VBox/Runtime/common/ldr/ldrEx.cpp

    r28800 r33540  
    101101
    102102    /*
    103      * Create image intepreter instance depending on the signature.
     103     * Create image interpreter instance depending on the signature.
    104104     */
    105105    if (uSign.u32 == IMAGE_NT_SIGNATURE)
     
    240240 * @param   hLdrMod             The loader module handle.
    241241 * @param   pvBits              Where the image bits are.
    242  *                              Must've been passed to RTLdrGetBits().
     242 *                              Must have been passed to RTLdrGetBits().
    243243 * @param   NewBaseAddress      The new base address.
    244244 * @param   OldBaseAddress      The old base address.
  • trunk/src/VBox/Runtime/common/ldr/ldrPE.cpp

    r28800 r33540  
    889889
    890890    /* The rest matches except for BaseOfData which has been merged into ImageBase in the 64-bit version..
    891      * Thus, ImageBase needs some special treatement. It will probably work fine assigning one to the
     891     * Thus, ImageBase needs some special treatment. It will probably work fine assigning one to the
    892892     * other since this is all declared volatile, but taking now chances, we'll use a temp variable.
    893893     */
     
    14701470                }
    14711471
    1472                 /** @todo Rainy Day: Implement further verfication using openssl. */
     1472                /** @todo Rainy Day: Implement further verification using openssl. */
    14731473
    14741474                /* next */
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