Ignore:
Timestamp:
2006-09-10T21:21:39Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9a5b556
Parents:
208fa65
Message:

Small improvements here and there.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/printf/printf_core.c

    r208fa65 r7bb6b06  
    393393 * FLAGS:@n
    394394 *      - "#" Force to print prefix.
    395  *      For conversion \%o the prefix is 0, for %x and \%X prefixes are 0x and 0X
     395 *      For conversion \%o the prefix is 0, for \%x and \%X prefixes are 0x and 0X
    396396 *      and for conversion \%b the prefix is 0b.
    397397 *
Note: See TracChangeset for help on using the changeset viewer.