Changeset b889a64 in mainline


Ignore:
Timestamp:
2024-08-22T12:58:55Z (4 weeks ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
master
Children:
c06bd5e
Parents:
5b110a9
Message:

Fix typo in comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/printf/printf_core.c

    r5b110a9 rb889a64  
    504504                switch (base) {
    505505                case 2:
    506                         /* Binary formating is not standard, but usefull */
     506                        /* Binary formating is not standard, but useful */
    507507                        if (printf_putchar('0', ps) == 1)
    508508                                counter++;
Note: See TracChangeset for help on using the changeset viewer.