Changeset abb2865 in mainline


Ignore:
Timestamp:
2008-06-03T12:29:47Z (17 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
253227a
Parents:
66a65d7
Message:

fix typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libfs/libfs.c

    r66a65d7 rabb2865  
    161161                while ((next <= last) &&  (ops->plb_get_char(next) != '/')) {
    162162                        if (len + 1 == NAME_MAX) {
    163                                 /* comopnent length overflow */
     163                                /* component length overflow */
    164164                                ipc_answer_0(rid, ENAMETOOLONG);
    165165                                goto out;
Note: See TracChangeset for help on using the changeset viewer.