Changeset 83b4cf53 in mainline for uspace/srv/bd/file_bd/file_bd.c


Ignore:
Timestamp:
2010-02-09T21:03:51Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
16fc3c9
Parents:
5bda2f96
Message:

Fix typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/bd/file_bd/file_bd.c

    r5bda2f96 r83b4cf53  
    249249        if (ba + cnt > num_blocks) {
    250250                printf(NAME ": Accessed blocks %" PRIuBN "-%" PRIuBN ", while "
    251                     "max block numeber is %" PRIuBN ".\n", ba, ba + cnt - 1,
     251                    "max block number is %" PRIuBN ".\n", ba, ba + cnt - 1,
    252252                    num_blocks - 1);
    253253                return ELIMIT;
Note: See TracChangeset for help on using the changeset viewer.