VirtualBox

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

*: spelling fixes, thanks Timeless!

Location:
trunk/src/VBox/Runtime/common/checksum
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/checksum/crc32.cpp

    r31847 r33540  
    4949 *  characters in order from LSB to MSB.  By storing the CRC this way
    5050 *  we hand it to the UART in the order low-byte to high-byte; the UART
    51  *  sends each low-bit to hight-bit; and the result is transmission bit
     51 *  sends each low-bit to height-bit; and the result is transmission bit
    5252 *  by bit from highest- to lowest-order term without requiring any bit
    5353 *  shuffling on our part.  Reception works similarly
  • trunk/src/VBox/Runtime/common/checksum/ipv4.cpp

    r32257 r33540  
    229229 * @returns 32-bit intermediary checksum value.
    230230 * @param   pTcpHdr         Pointer to the TCP header to checksum, network
    231  *                          endian (big). Assums the caller has already validate
     231 *                          endian (big). Assumes the caller has already validate
    232232 *                          it and made sure the entire header is present.
    233233 * @param   u32Sum          The 32-bit intermediate checksum value.
     
    275275 * @returns 32-bit intermediary checksum value.
    276276 * @param   pTcpHdr         Pointer to the TCP header to checksum, network
    277  *                          endian (big). Assums the caller has already validate
     277 *                          endian (big). Assumes the caller has already validate
    278278 *                          it and made sure the entire header is present.
    279279 * @param   u32Sum          The 32-bit intermediate checksum value.
     
    431431
    432432/**
    433  * Simple verficiation of an UDP packet size.
     433 * Simple verification of an UDP packet size.
    434434 *
    435435 * @returns true if valid, false if invalid.
     
    457457
    458458/**
    459  * Simple verficiation of an UDP packet size.
     459 * Simple verification of an UDP packet size.
    460460 *
    461461 * @returns true if valid, false if invalid.
     
    473473
    474474/**
    475  * Simple verficiation of an UDP packet (size + checksum).
     475 * Simple verification of an UDP packet (size + checksum).
    476476 *
    477477 * @returns true if valid, false if invalid.
     
    551551
    552552/**
    553  * Verficiation of a TCP header.
     553 * Verification of a TCP header.
    554554 *
    555555 * @returns true if valid, false if invalid.
     
    583583
    584584/**
    585  * Simple verficiation of an TCP packet size.
     585 * Simple verification of an TCP packet size.
    586586 *
    587587 * @returns true if valid, false if invalid.
     
    600600
    601601/**
    602  * Simple verficiation of an TCP packet (size + checksum).
     602 * Simple verification of an TCP packet (size + checksum).
    603603 *
    604604 * @returns true if valid, false if invalid.
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