Changeset 5ac8918 in mainline


Ignore:
Timestamp:
2009-08-27T09:43:41Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ddfc39a3
Parents:
6c3d54e
Message:

Fix typo.

File:
1 edited

Legend:

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

    r6c3d54e r5ac8918  
    394394                /*
    395395                 * Lock the block before releasing the cache lock. Thus we don't
    396                  * kill concurent operations on the cache while doing I/O on the
    397                  * block.
     396                 * kill concurrent operations on the cache while doing I/O on
     397                 * the block.
    398398                 */
    399399                fibril_mutex_lock(&b->lock);
Note: See TracChangeset for help on using the changeset viewer.