Changeset d7568a9f in mainline


Ignore:
Timestamp:
2005-05-11T19:02:56Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
45671f48
Parents:
da585a52
Message:

Correct typo - threated vs. treated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/debug/print.c

    rda585a52 rd7568a9f  
    108108 *
    109109 * %    Prints the percentage character.
    110  * s    The next variant argument is threated as char*
     110 * s    The next variant argument is treated as char*
    111111 *      and printed as a NULL terminated string.
    112  * c    The next variant argument is threated as a single char.
    113  * l    The next variant argument is threated as a 32b integer
     112 * c    The next variant argument is treated as a single char.
     113 * l    The next variant argument is treated as a 32b integer
    114114 *      and printed in full hexadecimal width.
    115115 * L    As with 'l', but '0x' is prefixed.
    116  * w    The next variant argument is threated as a 16b integer
     116 * w    The next variant argument is treated as a 16b integer
    117117 *      and printed in full hexadecimal width.
    118118 * W    As with 'w', but '0x' is prefixed.
    119  * b    The next variant argument is threated as a 8b integer
     119 * b    The next variant argument is treated as a 8b integer
    120120 *      and printed in full hexadecimal width.
    121121 * N    As with 'b', but '0x' is prefixed.
    122  * d    The next variant argument is threated as integer
     122 * d    The next variant argument is treated as integer
    123123 *      and printed in standard decimal format (only significant
    124124 *      digits).
    125  * x    The next variant argument is threated as integer
     125 * x    The next variant argument is treated as integer
    126126 *      and printed in standard hexadecimal format (only significant
    127127 *      digits).
Note: See TracChangeset for help on using the changeset viewer.