VirtualBox

Ignore:
Timestamp:
Mar 2, 2015 3:42:56 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
98722
Message:

comment nit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/solaris/coredumper-solaris.cpp

    r48935 r54583  
    13491349    /*
    13501350     * This is a known violation of the 64-bit ELF spec., see xTracker @bugref{5211}
    1351      * for the historic reasons as to the padding and namesz anomalies.
     1351     * for the historic reasons as to the padding and 'namesz' anomalies.
    13521352     */
    13531353    static const char s_achPad[3] = { 0, 0, 0 };
     
    16881688    {
    16891689        ProgHdr.p_vaddr  = pMapInfo->pMap.pr_vaddr;     /* Virtual address of this mapping in the process address space */
    1690         ProgHdr.p_offset = pSolCore->offWrite;         /* Where this mapping is located in the core file */
     1690        ProgHdr.p_offset = pSolCore->offWrite;          /* Where this mapping is located in the core file */
    16911691        ProgHdr.p_memsz  = pMapInfo->pMap.pr_size;      /* Size of the memory image of the mapping */
    16921692        ProgHdr.p_filesz = pMapInfo->pMap.pr_size;      /* Size of the file image of the mapping */
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